PERFORCE change 48185 for review
Peter Wemm
peter at FreeBSD.org
Thu Mar 4 21:44:43 PST 2004
http://perforce.freebsd.org/chv.cgi?CH=48185
Change 48185 by peter at peter_daintree on 2004/03/04 21:44:06
disable orphan options. Dont allow config to silently
accept options for enabling code that doesn't exist. Its
supposed to return an error for these.
Affected files ...
.. //depot/projects/hammer/sys/conf/options.amd64#22 edit
Differences ...
==== //depot/projects/hammer/sys/conf/options.amd64#22 (text+ko) ====
@@ -10,11 +10,11 @@
# Options for emulators. These should only be used at config time, so
# they are handled like options for static filesystems
# (see src/sys/conf/options), except for broken debugging options.
-IBCS2 opt_dontuse.h
-COMPAT_LINUX opt_dontuse.h
-COMPAT_SVR4 opt_dontuse.h
-DEBUG_SVR4 opt_svr4.h
-NDISAPI opt_dontuse.h
+#IBCS2 opt_dontuse.h
+#COMPAT_LINUX opt_dontuse.h
+#COMPAT_SVR4 opt_dontuse.h
+#DEBUG_SVR4 opt_svr4.h
+#NDISAPI opt_dontuse.h
# Change KVM size. Changes things all over the kernel.
KVA_PAGES opt_global.h
More information about the p4-projects
mailing list