Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add a commented-out entry for COMPAT_90 ...



details:   https://anonhg.NetBSD.org/src/rev/2dbc31dbe759
branches:  trunk
changeset: 460047:2dbc31dbe759
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Oct 05 17:36:47 2019 +0000

description:
Add a commented-out entry for COMPAT_90 for completeness

NFCI

diffstat:

 sys/arch/amd64/conf/NOCOMPAT |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ea2f2b9504d2 -r 2dbc31dbe759 sys/arch/amd64/conf/NOCOMPAT
--- a/sys/arch/amd64/conf/NOCOMPAT      Sat Oct 05 14:19:53 2019 +0000
+++ b/sys/arch/amd64/conf/NOCOMPAT      Sat Oct 05 17:36:47 2019 +0000
@@ -1,6 +1,6 @@
 include "arch/amd64/conf/GENERIC"
 
-#ident         "NOCOMPAT-$Revision: 1.3 $"
+#ident         "NOCOMPAT-$Revision: 1.4 $"
 
 no options     SYSVMSG         # System V-like message queues
 no options     SYSVSEM         # System V-like semaphores
@@ -29,6 +29,7 @@
 #no options    COMPAT_60
 #no options    COMPAT_70
 #no options    COMPAT_80
+#no options    COMPAT_90
  
 no options     COMPAT_OSSAUDIO
 no options     COMPAT_NETBSD32



Home | Main Index | Thread Index | Old Index