summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-19 10:02:47 +0000
committerphk <phk@FreeBSD.org>2003-01-19 10:02:47 +0000
commite5b097b12a766783bf5bf3a9a96f7f533903a51e (patch)
tree704876c0b57efa50dddc3991e6c59373302b6a61 /sys/conf
parentb08ba8785868870209344d02e93852e01dafbe36 (diff)
downloadFreeBSD-src-e5b097b12a766783bf5bf3a9a96f7f533903a51e.zip
FreeBSD-src-e5b097b12a766783bf5bf3a9a96f7f533903a51e.tar.gz
Move NODEVFS and NO_GEOM to opt_global.h.
This allows me to mark code which they control with #ifdef without polluting files with #includes of opt_devfs.h and opt_geom.h. Once these two options are removed, this will allow mechanical removal of the bits their removal makes obsolete.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 42086f9..182a241 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -87,7 +87,7 @@ DDB_TRACE
DDB_UNATTENDED
GDB_REMOTE_CHAT opt_ddb.h
GDBSPEED opt_ddb.h
-NO_GEOM opt_geom.h
+NO_GEOM opt_global.h
GEOM_AES opt_geom.h
GEOM_BDE opt_geom.h
GEOM_BSD opt_geom.h
@@ -105,7 +105,7 @@ LIBICONV
MD_ROOT opt_md.h
MD_ROOT_SIZE opt_md.h
NDGBPORTS opt_dgb.h
-NODEVFS opt_devfs.h
+NODEVFS opt_global.h
NTIMECOUNTER opt_ntp.h
NSWAPDEV opt_swap.h
PANIC_REBOOT_WAIT_TIME opt_panic.h
OpenPOWER on IntegriCloud