Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cobalt/conf Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/75a20e616d25
branches:  trunk
changeset: 551484:75a20e616d25
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Sep 07 05:49:57 2003 +0000

description:
Fix typo.

diffstat:

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

diffs (27 lines):

diff -r d96868c66a43 -r 75a20e616d25 sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC      Sun Sep 07 05:26:30 2003 +0000
+++ b/sys/arch/cobalt/conf/GENERIC      Sun Sep 07 05:49:57 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.44 2003/08/06 12:32:07 bouyer Exp $
+# $NetBSD: GENERIC,v 1.45 2003/09/07 05:49:57 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.44 $"
+#ident                 "GENERIC-$Revision: 1.45 $"
 
 maxusers       32
 
@@ -56,7 +56,7 @@
 
 # Compatibility options
 options        COMPAT_43       # compatibility with 4.3BSD binaries
-#options       COMPAT_10       # NetBSD 0.9 binary compatibility
+#options       COMPAT_09       # NetBSD 0.9 binary compatibility
 #options       COMPAT_10       # NetBSD 1.0 binary compatibility
 #options       COMPAT_11       # NetBSD 1.1 binary compatibility
 #options       COMPAT_12       # NetBSD 1.2 binary compatibility



Home | Main Index | Thread Index | Old Index