Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/conf Add NetBSD 2.0 compatibility setting



details:   https://anonhg.NetBSD.org/src/rev/b4dcfa6643ac
branches:  trunk
changeset: 571762:b4dcfa6643ac
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed Dec 08 13:24:49 2004 +0000

description:
Add NetBSD 2.0 compatibility setting

diffstat:

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

diffs (17 lines):

diff -r cdc19c77ee2f -r b4dcfa6643ac sys/arch/acorn32/conf/NC_WSCONS
--- a/sys/arch/acorn32/conf/NC_WSCONS   Wed Dec 08 13:23:45 2004 +0000
+++ b/sys/arch/acorn32/conf/NC_WSCONS   Wed Dec 08 13:24:49 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NC_WSCONS,v 1.33 2004/12/08 13:23:45 reinoud Exp $
+#      $NetBSD: NC_WSCONS,v 1.34 2004/12/08 13:24:49 reinoud Exp $
 #
 #      NC - with wscons
 #
@@ -80,6 +80,7 @@
 # Compatibility options
 
 options        COMPAT_43       # 4.3BSD compatibility.
+options                COMPAT_20       # NetBSD 2.0 compatibility.
 options        COMPAT_16       # NetBSD 1.6 compatibility.
 options        COMPAT_15       # NetBSD 1.5 compatibility.
 options        COMPAT_14       # NetBSD 1.4 compatibility.



Home | Main Index | Thread Index | Old Index