From owner-cvs-sys Thu May 2 04:45:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18961 for cvs-sys-outgoing; Thu, 2 May 1996 04:45:12 -0700 (PDT) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA18951 Thu, 2 May 1996 04:45:03 -0700 (PDT) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.5/8.7.3) with ESMTP id TAA00853; Thu, 2 May 1996 19:44:53 +0800 (WST) Message-Id: <199605021144.TAA00853@spinner.DIALix.COM> To: Poul-Henning Kamp cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf files.i386 LINT In-reply-to: Your message of "Thu, 02 May 1996 03:41:20 MST." <199605021041.DAA14905@freefall.freebsd.org> Date: Thu, 02 May 1996 19:44:53 +0800 From: Peter Wemm Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >phk 96/05/02 03:41:19 > > Modified: sys/i386/conf files.i386 LINT > Log: > Rename the very bogus indeed option "LINUX" to "COMPAT_LINUX". > I can only presume that the brain behind this have never seen code > that says "#ifdef LINUX" :-( COMPAT_LINUX used to mean something VERY different indeed! IMHO This is a very bad move! :-( Same goes for IBCS2 vs. COMPAT_IBCS2. On 2.1 and -stable, you have to use "options COMPAT_LINUX" to be able to modload the linux emulator, what you've now done means that "COMPAT_LINUX" means that some unaware user following slightly out of date instructions or help on usenet etc will screw their system! (again, same for ibcs2) I can just see it now.. :-( Cheers, -Peter