From e8ebc7f504642c9609230bff392dbad6b47770cf Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 18 Aug 1999 11:28:36 +0000 Subject: [PATCH] The "LINUX" option isn't actually used or referenced anywhere. The stuff that goes to opt_dontuse.h is so an opt_*.h file doesn't get created even though an option may be used for bringing stuff in via files[.*]. Pointed out by: bde --- sys/conf/options.i386 | 3 +-- sys/i386/conf/options.i386 | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index d3c9fb7059c..bd3ac0e5ddb 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.118 1999/06/22 14:13:36 yokota Exp $ +# $Id: options.i386,v 1.119 1999/08/06 14:01:55 hm Exp $ DISABLE_PSE IDE_DELAY @@ -9,7 +9,6 @@ PMAP_SHPGPERPROC opt_pmap.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h -LINUX opt_dontuse.h DEBUG_LINUX opt_linux.h diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index d3c9fb7059c..bd3ac0e5ddb 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.118 1999/06/22 14:13:36 yokota Exp $ +# $Id: options.i386,v 1.119 1999/08/06 14:01:55 hm Exp $ DISABLE_PSE IDE_DELAY @@ -9,7 +9,6 @@ PMAP_SHPGPERPROC opt_pmap.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h -LINUX opt_dontuse.h DEBUG_LINUX opt_linux.h