Module Name:    src
Committed By:   apb
Date:           Sat Aug 16 17:57:02 UTC 2014

Modified Files:
        src/sys/arch/mac68k/conf: SMALLRAM
        src/sys/arch/zaurus/conf: INSTALL

Log Message:
Add "no options COMPAT_70" to all kernel configuration files that
already had "no options COMPAT_60".


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/mac68k/conf/SMALLRAM
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/zaurus/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mac68k/conf/SMALLRAM
diff -u src/sys/arch/mac68k/conf/SMALLRAM:1.40 src/sys/arch/mac68k/conf/SMALLRAM:1.41
--- src/sys/arch/mac68k/conf/SMALLRAM:1.40	Wed Oct 17 14:48:41 2012
+++ src/sys/arch/mac68k/conf/SMALLRAM	Sat Aug 16 17:57:02 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: SMALLRAM,v 1.40 2012/10/17 14:48:41 apb Exp $
+#	$NetBSD: SMALLRAM,v 1.41 2014/08/16 17:57:02 apb Exp $
 #
 # This is an example of how to configure a small, efficient kernel for
 # a system with limited RAM. Even so it's capable of doing quite a
@@ -43,6 +43,7 @@ no options 	COMPAT_40
 no options 	COMPAT_43
 no options 	COMPAT_50
 no options 	COMPAT_60
+no options 	COMPAT_70
 
 no options 	COMPAT_AOUT_M68K
 no options 	EXEC_AOUT

Index: src/sys/arch/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.22 src/sys/arch/zaurus/conf/INSTALL:1.23
--- src/sys/arch/zaurus/conf/INSTALL:1.22	Mon Aug  4 20:59:19 2014
+++ src/sys/arch/zaurus/conf/INSTALL	Sat Aug 16 17:57:02 2014
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.22 2014/08/04 20:59:19 martin Exp $
+# $NetBSD: INSTALL,v 1.23 2014/08/16 17:57:02 apb Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -43,6 +43,7 @@ no options		COMPAT_30
 no options		COMPAT_40
 no options		COMPAT_50
 no options		COMPAT_60
+no options		COMPAT_70
 no options		COMPAT_43
 
 no options 		COMPAT_OSSAUDIO

Reply via email to