From b52361ff540ab38a6f01801b04092a5b7362aee5 Mon Sep 17 00:00:00 2001 From: mjacob Date: Sun, 30 Nov 1997 23:18:59 +0000 Subject: [PATCH] add missing COMPAT_13 that kleink putzed --- sys/arch/alpha/conf/ALPHA | 3 ++- sys/arch/alpha/conf/BUNNY | 3 ++- sys/arch/alpha/conf/GENERIC | 3 ++- sys/arch/alpha/conf/JURA | 3 ++- sys/arch/alpha/conf/MSS3 | 1 + sys/arch/alpha/conf/NOSY | 3 ++- sys/arch/sparc/conf/GENERIC | 3 ++- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA index 7aae84900420..8aab4dd62e36 100644 --- a/sys/arch/alpha/conf/ALPHA +++ b/sys/arch/alpha/conf/ALPHA @@ -1,4 +1,4 @@ -# $NetBSD: ALPHA,v 1.64 1997/11/17 01:57:24 lukem Exp $ +# $NetBSD: ALPHA,v 1.65 1997/11/30 23:18:59 mjacob Exp $ # # Alpha kernel with all the options you'd want, and more. @@ -77,6 +77,7 @@ options COMPAT_43 options COMPAT_10 options COMPAT_11 options COMPAT_12 +options COMPAT_13 # OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK #options COMPAT_OSF1 diff --git a/sys/arch/alpha/conf/BUNNY b/sys/arch/alpha/conf/BUNNY index 3b35ff513720..e146ea0202b2 100644 --- a/sys/arch/alpha/conf/BUNNY +++ b/sys/arch/alpha/conf/BUNNY @@ -1,4 +1,4 @@ -# $NetBSD: BUNNY,v 1.18 1997/08/24 06:37:13 cgd Exp $ +# $NetBSD: BUNNY,v 1.19 1997/11/30 23:19:00 mjacob Exp $ # # Kernel for bunnahabhain.pdl.cs.cmu.edu. # @@ -42,6 +42,7 @@ options COMPAT_43 options COMPAT_10 options COMPAT_11 options COMPAT_12 +options COMPAT_13 # Loadable Kernel Modules options LKM diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 29129813eaca..33d251a90910 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.71 1997/11/26 03:13:53 mjacob Exp $ +# $NetBSD: GENERIC,v 1.72 1997/11/30 23:19:01 mjacob Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -50,6 +50,7 @@ options COMPAT_43 options COMPAT_10 options COMPAT_11 options COMPAT_12 +options COMPAT_13 # System V-like message queues options SYSVMSG diff --git a/sys/arch/alpha/conf/JURA b/sys/arch/alpha/conf/JURA index 04a593f174aa..b4243ed1e9e5 100644 --- a/sys/arch/alpha/conf/JURA +++ b/sys/arch/alpha/conf/JURA @@ -1,4 +1,4 @@ -# $NetBSD: JURA,v 1.17 1997/08/24 06:37:17 cgd Exp $ +# $NetBSD: JURA,v 1.18 1997/11/30 23:19:02 mjacob Exp $ # # Kernel for jura.pdl.cs.cmu.edu. # @@ -39,6 +39,7 @@ options COMPAT_43 options COMPAT_10 options COMPAT_11 options COMPAT_12 +options COMPAT_13 # Loadable Kernel Modules options LKM diff --git a/sys/arch/alpha/conf/MSS3 b/sys/arch/alpha/conf/MSS3 index cd88f1c13ddd..b46d0b55bda6 100644 --- a/sys/arch/alpha/conf/MSS3 +++ b/sys/arch/alpha/conf/MSS3 @@ -34,6 +34,7 @@ options COMPAT_43 options COMPAT_10 options COMPAT_11 options COMPAT_12 +options COMPAT_13 options SYSVMSG # System V-like message queues options SYSVSEM # System V-like semaphores options SYSVSHM # System V-like memory sharing diff --git a/sys/arch/alpha/conf/NOSY b/sys/arch/alpha/conf/NOSY index d9f758833f1f..57b473eb40ea 100644 --- a/sys/arch/alpha/conf/NOSY +++ b/sys/arch/alpha/conf/NOSY @@ -1,4 +1,4 @@ -# $NetBSD: NOSY,v 1.19 1997/11/17 01:57:25 lukem Exp $ +# $NetBSD: NOSY,v 1.20 1997/11/30 23:19:04 mjacob Exp $ # # Kernel for nostromo.nas.nasa.gov. # @@ -44,6 +44,7 @@ options COMPAT_43 options COMPAT_10 options COMPAT_11 options COMPAT_12 +options COMPAT_13 # OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK #options COMPAT_OSF1 diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 8428ca1c72ab..3b1adf7f13cc 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.53 1997/11/20 08:11:20 fair Exp $ +# $NetBSD: GENERIC,v 1.54 1997/11/30 23:19:58 mjacob Exp $ include "arch/sparc/conf/std.sparc" @@ -37,6 +37,7 @@ options COMPAT_43 # 4.3BSD system interfaces options COMPAT_10 # NetBSD 1.0 binary compatibility options COMPAT_11 # NetBSD 1.1 binary compatibility options COMPAT_12 # NetBSD 1.2 binary compatibility +options COMPAT_13 # NetBSD 1.3 binary compatibility options COMPAT_SUNOS # SunOS 4.x binary compatibility options COMPAT_SVR4 # SunOS 5.x binary compatibility options EXEC_ELF32 # Exec module for SunOS 5.x binaries.