summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2006-05-10 03:25:45 +0000
committerambrisko <ambrisko@FreeBSD.org>2006-05-10 03:25:45 +0000
commitcb31c2479768f8f72888e39de0a2ef44ff218bdf (patch)
tree862ac2f8475fb62f8ee72cdef4d0391309d4c6da
parent2ed3ff7341747b11269845a68781705323d19694 (diff)
downloadFreeBSD-src-cb31c2479768f8f72888e39de0a2ef44ff218bdf.zip
FreeBSD-src-cb31c2479768f8f72888e39de0a2ef44ff218bdf.tar.gz
Fix LINSYSFS in the platform options files that I missed from the platform
split out change.
-rw-r--r--sys/conf/options.amd641
-rw-r--r--sys/conf/options.i3861
-rw-r--r--sys/conf/options.pc981
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64
index f80dfcd..ac5823e 100644
--- a/sys/conf/options.amd64
+++ b/sys/conf/options.amd64
@@ -18,6 +18,7 @@ COMPAT_LINUX32 opt_compat.h
#COMPAT_SVR4 opt_dontuse.h
#DEBUG_SVR4 opt_svr4.h
LINPROCFS opt_dontuse.h
+LINSYSFS opt_dontuse.h
NDISAPI opt_dontuse.h
CLK_CALIBRATION_LOOP opt_clock.h
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index c862c05..e089e39 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -25,6 +25,7 @@ COMPAT_LINUX opt_dontuse.h
COMPAT_SVR4 opt_dontuse.h
DEBUG_SVR4 opt_svr4.h
LINPROCFS opt_dontuse.h
+LINSYSFS opt_dontuse.h
NDISAPI opt_dontuse.h
PECOFF_DEBUG opt_pecoff.h
PECOFF_SUPPORT opt_dontuse.h
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 96ac0fd..fe1b20e 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -24,6 +24,7 @@ COMPAT_LINUX opt_dontuse.h
COMPAT_SVR4 opt_dontuse.h
DEBUG_SVR4 opt_svr4.h
LINPROCFS opt_dontuse.h
+LINSYSFS opt_dontuse.h
PECOFF_DEBUG opt_pecoff.h
PECOFF_SUPPORT opt_dontuse.h
OpenPOWER on IntegriCloud