Module Name:    src
Committed By:   christos
Date:           Thu Dec 20 22:08:19 UTC 2012

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

Log Message:
fix cut-n-paste.


To generate a diff of this commit:
cvs rdiff -u -r1.365 -r1.366 src/sys/arch/amd64/conf/GENERIC

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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.365 src/sys/arch/amd64/conf/GENERIC:1.366
--- src/sys/arch/amd64/conf/GENERIC:1.365	Wed Oct 17 10:48:08 2012
+++ src/sys/arch/amd64/conf/GENERIC	Thu Dec 20 17:08:19 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.365 2012/10/17 14:48:08 apb Exp $
+# $NetBSD: GENERIC,v 1.366 2012/12/20 22:08:19 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.365 $"
+#ident 		"GENERIC-$Revision: 1.366 $"
 
 maxusers	64		# estimated number of users
 
@@ -114,7 +114,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,
-options 	COMPAT_50	# NetBSD 5.0 compatibility,
+options 	COMPAT_50	# NetBSD 5.0,
 options 	COMPAT_60	# NetBSD 6.0 compatibility.
 options 	COMPAT_43	# and 4.3BSD
 #options 	COMPAT_386BSD_MBRPART # recognize old partition ID

Reply via email to