Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/arch/amd64/conf Only explicitly disable COMPAT...
details: https://anonhg.NetBSD.org/src/rev/55c4cd99b93e
branches: pgoyette-compat
changeset: 447743:55c4cd99b93e
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Jan 22 21:24:01 2019 +0000
description:
Only explicitly disable COMPAT_15, it is the only compat option that
is actually set. The others are "pulled in" by statements in
sys/conf/files
This avoids numerous noisy but unnecessary warnings from nbconfig.
diffstat:
sys/arch/amd64/conf/NOCOMPAT | 40 ++++++++++++++++++++++------------------
1 files changed, 22 insertions(+), 18 deletions(-)
diffs (55 lines):
diff -r 1e566ce003bf -r 55c4cd99b93e sys/arch/amd64/conf/NOCOMPAT
--- a/sys/arch/amd64/conf/NOCOMPAT Tue Jan 22 12:02:05 2019 +0000
+++ b/sys/arch/amd64/conf/NOCOMPAT Tue Jan 22 21:24:01 2019 +0000
@@ -1,29 +1,33 @@
include "arch/amd64/conf/GENERIC"
-#ident "NOCOMPAT-$Revision: 1.1.2.7 $"
+#ident "NOCOMPAT-$Revision: 1.1.2.8 $"
no options SYSVMSG # System V-like message queues
no options SYSVSEM # System V-like semaphores
no options SYSVSHM # System V-like memory sharing
-no options COMPAT_43
-no options COMPAT_44
-no options COMPAT_BSDPTY
-no options COMPAT_09
-no options COMPAT_10
-no options COMPAT_11
-no options COMPAT_12
-no options COMPAT_13
-no options COMPAT_14
+# We only to use ``no options COMPAT_15'' because only COMPAT_15 is
+# explicitly enabled. (The others are pulled in by statements in
+# sys/conf/files)
+
+#no options COMPAT_43
+#no options COMPAT_44
+#no options COMPAT_BSDPTY
+#no options COMPAT_09
+#no options COMPAT_10
+#no options COMPAT_11
+#no options COMPAT_12
+#no options COMPAT_13
+#no options COMPAT_14
no options COMPAT_15
-no options COMPAT_16
-no options COMPAT_20
-no options COMPAT_30
-no options COMPAT_40
-no options COMPAT_50
-no options COMPAT_60
-no options COMPAT_70
-no options COMPAT_80
+#no options COMPAT_16
+#no options COMPAT_20
+#no options COMPAT_30
+#no options COMPAT_40
+#no options COMPAT_50
+#no options COMPAT_60
+#no options COMPAT_70
+#no options COMPAT_80
no options COMPAT_OSSAUDIO
no options COMPAT_NETBSD32
Home |
Main Index |
Thread Index |
Old Index