From 53cbca2fa25f5f3399928e33fc4eab16c1553b03 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Tue, 14 Oct 2003 16:16:04 +0000 Subject: [PATCH] Add options COMPAT_16. --- sys/arch/cobalt/conf/GENERIC | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/cobalt/conf/GENERIC b/sys/arch/cobalt/conf/GENERIC index 71ae45f770bb..8e83a6c8b879 100644 --- a/sys/arch/cobalt/conf/GENERIC +++ b/sys/arch/cobalt/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.47 2003/10/08 11:55:43 bouyer Exp $ +# $NetBSD: GENERIC,v 1.48 2003/10/14 16:16:04 tsutsui Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.47 $" +#ident "GENERIC-$Revision: 1.48 $" maxusers 32 @@ -63,6 +63,7 @@ options COMPAT_43 # compatibility with 4.3BSD binaries #options COMPAT_13 # NetBSD 1.3 binary compatibility #options COMPAT_14 # NetBSD 1.4 binary compatibility options COMPAT_15 # NetBSD 1.5 binary compatibility +options COMPAT_16 # NetBSD 1.6 binary compatibility #options EXEC_ECOFF # exec ECOFF binaries #options COMPAT_ULTRIX # binary compatibility with Ultrix #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.