Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/conf Comment out options COMPAT_09, COMAPT_1...



details:   https://anonhg.NetBSD.org/src/rev/96f30f2ee4a5
branches:  trunk
changeset: 765136:96f30f2ee4a5
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri May 20 06:26:58 2011 +0000

description:
Comment out options COMPAT_09, COMAPT_10, COMPAT_11, and COMPAT_12.
(no NetBSD/arm32 binary release before 1.3)

diffstat:

 sys/arch/zaurus/conf/GENERIC |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 0bff657c31b3 -r 96f30f2ee4a5 sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Fri May 20 06:06:59 2011 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Fri May 20 06:26:58 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.36 2011/05/14 15:02:29 nonaka Exp $
+#      $NetBSD: GENERIC,v 1.37 2011/05/20 06:26:58 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -85,10 +85,10 @@
 options        INET6           # IPv6
 
 # Compatibility options
-options        COMPAT_09       # NetBSD 0.9,
-options        COMPAT_10       # NetBSD 1.0,
-options        COMPAT_11       # NetBSD 1.1,
-options        COMPAT_12       # NetBSD 1.2,
+#options       COMPAT_09       # NetBSD 0.9,
+#options       COMPAT_10       # NetBSD 1.0,
+#options       COMPAT_11       # NetBSD 1.1,
+#options       COMPAT_12       # NetBSD 1.2,
 options        COMPAT_13       # NetBSD 1.3,
 options        COMPAT_14       # NetBSD 1.4,
 options        COMPAT_15       # NetBSD 1.5,



Home | Main Index | Thread Index | Old Index