Module Name:    src
Committed By:   pooka
Date:           Thu Jan 21 12:02:25 UTC 2010

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

Log Message:
remove accidentally committed bit.  pointed out by Patrick Welche


To generate a diff of this commit:
cvs rdiff -u -r1.960 -r1.961 src/sys/arch/i386/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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.960 src/sys/arch/i386/conf/GENERIC:1.961
--- src/sys/arch/i386/conf/GENERIC:1.960	Tue Jan 19 22:06:20 2010
+++ src/sys/arch/i386/conf/GENERIC	Thu Jan 21 12:02:25 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.960 2010/01/19 22:06:20 pooka Exp $
+# $NetBSD: GENERIC,v 1.961 2010/01/21 12:02:25 pooka Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.960 $"
+#ident 		"GENERIC-$Revision: 1.961 $"
 
 maxusers	64		# estimated number of users
 
@@ -90,7 +90,7 @@
 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
 options 	NTP		# NTP phase/frequency locked loop
 
-#options 	KTRACE		# system call tracing via ktrace(1)
+options 	KTRACE		# system call tracing via ktrace(1)
 
 # Note: SysV IPC parameters could be changed dynamically, see sysctl(8).
 options 	SYSVMSG		# System V-like message queues

Reply via email to