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 change a tab to a space tab in front of U...



details:   https://anonhg.NetBSD.org/src/rev/4708d307e94c
branches:  trunk
changeset: 583657:4708d307e94c
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Aug 18 15:57:00 2005 +0000

description:
change a tab to a space tab in front of UFS_DIRHASH

diffstat:

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

diffs (27 lines):

diff -r c544a36d1c84 -r 4708d307e94c sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Aug 18 12:25:56 2005 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Aug 18 15:57:00 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.693 2005/08/05 09:23:16 skrll Exp $
+# $NetBSD: GENERIC,v 1.694 2005/08/18 15:57:00 perry Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.693 $"
+#ident                 "GENERIC-$Revision: 1.694 $"
 
 maxusers       32              # estimated number of users
 
@@ -167,7 +167,7 @@
 options        QUOTA           # UFS quotas
 #options       FFS_EI          # FFS Endian Independent support
 options        SOFTDEP         # FFS soft updates support.
-#options       UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
+#options       UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
 options        NFSSERVER       # Network File System server
 #options       FFS_NO_SNAPSHOT # ffs snapshots
 #options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and



Home | Main Index | Thread Index | Old Index