mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 14:24:09 +01:00
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
This commit is contained in:
parent
25519565df
commit
e8ebc7f504
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50012
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user