Module Name:    src
Committed By:   pgoyette
Date:           Thu Jan 24 00:26:32 UTC 2019

Modified Files:
        src/sys/arch/amd64/conf [pgoyette-compat]: NOCOMPAT

Log Message:
Disable more COMPAT_xx stuff for the NOCOMPAT config
cvs: ----------------------------------------------------------------------


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/sys/arch/amd64/conf/NOCOMPAT

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/NOCOMPAT
diff -u src/sys/arch/amd64/conf/NOCOMPAT:1.1.2.8 src/sys/arch/amd64/conf/NOCOMPAT:1.1.2.9
--- src/sys/arch/amd64/conf/NOCOMPAT:1.1.2.8	Tue Jan 22 21:24:01 2019
+++ src/sys/arch/amd64/conf/NOCOMPAT	Thu Jan 24 00:26:32 2019
@@ -1,18 +1,19 @@
 include "arch/amd64/conf/GENERIC"
 
-#ident		"NOCOMPAT-$Revision: 1.1.2.8 $"
+#ident		"NOCOMPAT-$Revision: 1.1.2.9 $"
 
 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
+
 # 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

Reply via email to