Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove FFS_NO_SNAPSHOT from x86/ALL so we do compil...



details:   https://anonhg.NetBSD.org/src/rev/b802d4de36b2
branches:  trunk
changeset: 795353:b802d4de36b2
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Apr 08 22:04:15 2014 +0000

description:
Remove FFS_NO_SNAPSHOT from x86/ALL so we do compile the snapshot code.

diffstat:

 sys/arch/amd64/conf/ALL |  6 +++---
 sys/arch/i386/conf/ALL  |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 6c0c418e78e7 -r b802d4de36b2 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Tue Apr 08 21:51:11 2014 +0000
+++ b/sys/arch/amd64/conf/ALL   Tue Apr 08 22:04:15 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.4 2014/04/08 21:51:11 riastradh Exp $
+# $NetBSD: ALL,v 1.5 2014/04/08 22:04:16 riastradh Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.4 $"
+#ident                 "ALL-$Revision: 1.5 $"
 
 maxusers       64              # estimated number of users
 
@@ -208,7 +208,7 @@
 options        LFS_QUOTA       # quotas for LFS - experimental
 options        LFS_QUOTA2      # new-style quotas for LFS - experimental
 options        NFSSERVER       # Network File System server
-options        FFS_NO_SNAPSHOT # No FFS snapshot support
+#options       FFS_NO_SNAPSHOT # No FFS snapshot support
 options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
                                # immutable) behave as system flags.
 options        V7FS_EI         # V7FS Endian Independent support
diff -r 6c0c418e78e7 -r b802d4de36b2 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Tue Apr 08 21:51:11 2014 +0000
+++ b/sys/arch/i386/conf/ALL    Tue Apr 08 22:04:15 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.371 2014/04/08 19:40:57 christos Exp $
+# $NetBSD: ALL,v 1.372 2014/04/08 22:04:15 riastradh Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.371 $"
+#ident                 "ALL-$Revision: 1.372 $"
 
 maxusers       64              # estimated number of users
 
@@ -208,7 +208,7 @@
 options        LFS_QUOTA       # quotas for LFS - experimental
 options        LFS_QUOTA2      # new-style quotas for LFS - experimental
 options        NFSSERVER       # Network File System server
-options        FFS_NO_SNAPSHOT # No FFS snapshot support
+#options       FFS_NO_SNAPSHOT # No FFS snapshot support
 options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
                                # immutable) behave as system flags.
 options        V7FS_EI         # V7FS Endian Independent support



Home | Main Index | Thread Index | Old Index