From owner-cvs-src@FreeBSD.ORG Wed Mar 22 21:25:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8281016A4AC; Wed, 22 Mar 2006 21:25:05 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3734243D92; Wed, 22 Mar 2006 21:23:04 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr11.xs4all.nl (8.13.3/8.13.3) with ESMTP id k2MLMx9j077822; Wed, 22 Mar 2006 22:22:59 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.4/8.13.3) with ESMTP id k2MLMwnn001098; Wed, 22 Mar 2006 22:22:58 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.4/8.13.1/Submit) id k2MLMw7l001097; Wed, 22 Mar 2006 22:22:58 +0100 (CET) (envelope-from wb) Date: Wed, 22 Mar 2006 22:22:58 +0100 From: Wilko Bulte To: John Baldwin Message-ID: <20060322212258.GA1046@freebie.xs4all.nl> References: <200603212156.k2LLu4HU089247@repoman.freebsd.org> <200603221004.54977.jhb@freebsd.org> <20060322192838.7921dda9@Magellan.Leidinger.net> <200603221540.01522.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603221540.01522.jhb@freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, alpha@FreeBSD.ORG, cvs-all@FreeBSD.ORG, freebsd-alpha@FreeBSD.ORG, Alexander Leidinger Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2006 21:25:06 -0000 On Wed, Mar 22, 2006 at 03:39:58PM -0500, John Baldwin wrote.. > On Wednesday 22 March 2006 13:28, Alexander Leidinger wrote: > > Am Wed, 22 Mar 2006 10:04:50 -0500 > > schrieb John Baldwin : > > > > > On Wednesday 22 March 2006 03:49, Alexander Leidinger wrote: > > > > > > If nobody is using the linuxolator on alpha with a recent FreeBSD (either > > > > because everything is used on x86/amd64 hardware, and/or because there's no > > > > usable linux_base for alpha), I think it would be best to remove the linux > > > > part from alpha. It would make the code in compat/linux cleaner. > > > > > > Or just undo what you did above and leave it as it is. :) I've done various > > > things on the compat code over and haven't been really bothered by the > > > #ifdef __alpha__'s. > > > > But this would introduce a dependency on COMPAT_43 again... > > On Alpha. i386 and amd64 still wouldn't need it. Hm, given that Alpha (& the other args for that matter) lived with COMPAT_43 it seems that might be the 'best' solution? -- Wilko Bulte wilko@FreeBSD.org