Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/conf Consistency in commenting COMPAT_nn opt...



details:   https://anonhg.NetBSD.org/src/rev/a37809a8bd8b
branches:  trunk
changeset: 759010:a37809a8bd8b
user:      hauke <hauke%NetBSD.org@localhost>
date:      Wed Nov 24 13:54:49 2010 +0000

description:
Consistency in commenting COMPAT_nn options.

diffstat:

 sys/arch/mac68k/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8bca27b64a50 -r a37809a8bd8b sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC      Wed Nov 24 13:53:34 2010 +0000
+++ b/sys/arch/mac68k/conf/GENERIC      Wed Nov 24 13:54:49 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.198 2010/11/23 11:14:01 hannken Exp $
+# $NetBSD: GENERIC,v 1.199 2010/11/24 13:54:49 hauke Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.198 $"
+#ident                 "GENERIC-$Revision: 1.199 $"
 
 maxusers       16              # estimated number of users
 
@@ -83,7 +83,7 @@
 options        COMPAT_16       # NetBSD 1.6,
 options        COMPAT_20       # NetBSD 2.0,
 options        COMPAT_30       # NetBSD 3.0,
-options        COMPAT_40       # NetBSD 4.0 compatibility.
+options        COMPAT_40       # NetBSD 4.0,
 options        COMPAT_50       # NetBSD 5.0 compatibility.
 options        COMPAT_43       # and 4.3BSD
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.



Home | Main Index | Thread Index | Old Index