From ce52f6650bed9f140b832f45e6b06e72a8ff97fc Mon Sep 17 00:00:00 2001 From: reinoud Date: Wed, 8 Dec 2004 13:24:49 +0000 Subject: [PATCH] Add NetBSD 2.0 compatibility setting --- sys/arch/acorn32/conf/NC_WSCONS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/acorn32/conf/NC_WSCONS b/sys/arch/acorn32/conf/NC_WSCONS index 2a08a216f2ef..08569ea9e95d 100644 --- a/sys/arch/acorn32/conf/NC_WSCONS +++ b/sys/arch/acorn32/conf/NC_WSCONS @@ -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 @@ options INET # IP + ICMP + TCP + UDP # 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.