From owner-cvs-src@FreeBSD.ORG Wed Mar 22 19:26:33 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 0777D16A401; Wed, 22 Mar 2006 19:26:33 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD0343D69; Wed, 22 Mar 2006 19:26:27 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k2MJQOc8041323; Wed, 22 Mar 2006 12:26:25 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4421A4DB.6000108@samsco.org> Date: Wed, 22 Mar 2006 12:26:19 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <200603212156.k2LLu4HU089247@repoman.freebsd.org> <20060322094944.2oz3lydykgw8ossg@netchild.homeip.net> <200603221004.54977.jhb@freebsd.org> <20060322192838.7921dda9@Magellan.Leidinger.net> In-Reply-To: <20060322192838.7921dda9@Magellan.Leidinger.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: src-committers@FreeBSD.org, John Baldwin , cvs-src@FreeBSD.org, alpha@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-alpha@FreeBSD.org 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 19:26:33 -0000 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... > > Bye, > Alexander. > In all honesty, Alpha is tier-2, and its days are numbered. That doesn't mean that I'm proposing that it get axed from CVS right now, but I also don't think that it is worth spending a lot of time on. Scott