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 Disable more COMPAT_xx stuff f...



details:   https://anonhg.NetBSD.org/src/rev/274b2886fa41
branches:  pgoyette-compat
changeset: 830931:274b2886fa41
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 24 00:26:32 2019 +0000

description:
Disable more COMPAT_xx stuff for the NOCOMPAT config
cvs: ----------------------------------------------------------------------

diffstat:

 sys/arch/amd64/conf/NOCOMPAT |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 7909fcd8f38b -r 274b2886fa41 sys/arch/amd64/conf/NOCOMPAT
--- a/sys/arch/amd64/conf/NOCOMPAT      Wed Jan 23 20:19:47 2019 +0000
+++ b/sys/arch/amd64/conf/NOCOMPAT      Thu Jan 24 00:26:32 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index