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 s/options\t\t/options \t/



details:   https://anonhg.NetBSD.org/src/rev/92f53fe0b7c5
branches:  trunk
changeset: 532937:92f53fe0b7c5
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue Jun 18 03:06:58 2002 +0000

description:
s/options\t\t/options \t/

diffstat:

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

diffs (27 lines):

diff -r ed7f6f33f144 -r 92f53fe0b7c5 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Jun 18 02:57:53 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Jun 18 03:06:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.495 2002/06/17 16:33:06 christos Exp $
+# $NetBSD: GENERIC,v 1.496 2002/06/18 03:06:58 itojun Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.495 $"
+#ident                 "GENERIC-$Revision: 1.496 $"
 
 maxusers       32              # estimated number of users
 
@@ -69,7 +69,7 @@
 options        NTP             # NTP phase/frequency locked loop
 
 options        KTRACE          # system call tracing via ktrace(1)
-options                SYSTRACE        # system call vetting via systrace(1)
+options        SYSTRACE        # system call vetting via systrace(1)
 
 options        SYSVMSG         # System V-like message queues
 options        SYSVSEM         # System V-like semaphores



Home | Main Index | Thread Index | Old Index