Module Name:    src
Committed By:   dholland
Date:           Wed Jun  2 18:03:52 UTC 2010

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

Log Message:
COMPAT_43 should not be sorted between COMPAT_40 and COMPAT_50.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/shark/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/shark/conf/GENERIC
diff -u src/sys/arch/shark/conf/GENERIC:1.89 src/sys/arch/shark/conf/GENERIC:1.90
--- src/sys/arch/shark/conf/GENERIC:1.89	Fri Apr 16 13:48:35 2010
+++ src/sys/arch/shark/conf/GENERIC	Wed Jun  2 18:03:52 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.89 2010/04/16 13:48:35 pooka Exp $
+#	$NetBSD: GENERIC,v 1.90 2010/06/02 18:03:52 dholland Exp $
 #
 # Generic Shark configuration.
 #
@@ -7,7 +7,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.89 $"
+#ident		"GENERIC-$Revision: 1.90 $"
 
 # estimated number of users
 maxusers	32
@@ -117,8 +117,8 @@
 options 	COMPAT_20	# NetBSD 2.0 compatibility.
 options 	COMPAT_30	# NetBSD 3.0 compatibility.
 options 	COMPAT_40	# NetBSD 4.0 compatibility.
-options 	COMPAT_43	# 4.3BSD compatibility.
 options 	COMPAT_50	# NetBSD 5.0 compatibility.
+options 	COMPAT_43	# 4.3BSD compatibility.
 options 	COMPAT_LINUX	# Linux compatibility.
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
 options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.

Reply via email to