Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf remove accidentally committed bit. point...



details:   https://anonhg.NetBSD.org/src/rev/b517ceace35c
branches:  trunk
changeset: 751009:b517ceace35c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jan 21 12:02:25 2010 +0000

description:
remove accidentally committed bit.  pointed out by Patrick Welche

diffstat:

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

diffs (27 lines):

diff -r 0eb2ba0ab240 -r b517ceace35c sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Jan 21 11:43:20 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Jan 21 12:02:25 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index