Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/ext2fs snprintb EXT2F_ROCOMPAT_SPARSESUPER as such.



details:   https://anonhg.NetBSD.org/src/rev/d6ed9e049752
branches:  trunk
changeset: 782759:d6ed9e049752
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Nov 19 03:04:23 2012 +0000

description:
snprintb EXT2F_ROCOMPAT_SPARSESUPER as such.

diffstat:

 sys/ufs/ext2fs/ext2fs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a029d12814d4 -r d6ed9e049752 sys/ufs/ext2fs/ext2fs.h
--- a/sys/ufs/ext2fs/ext2fs.h   Mon Nov 19 00:36:21 2012 +0000
+++ b/sys/ufs/ext2fs/ext2fs.h   Mon Nov 19 03:04:23 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ext2fs.h,v 1.30 2012/09/01 17:01:24 christos Exp $     */
+/*     $NetBSD: ext2fs.h,v 1.31 2012/11/19 03:04:23 jakllsch Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -219,7 +219,7 @@
        "\20" \
        "\03ROCOMPAT_BTREE_DIR" \
        "\02ROCOMPAT_LARGEFILE" \
-       "\01ROCOMPAT_SPARSEBUFFER"
+       "\01ROCOMPAT_SPARSESUPER"
 
 #define EXT2F_INCOMPAT_COMP            0x0001
 #define EXT2F_INCOMPAT_FTYPE           0x0002



Home | Main Index | Thread Index | Old Index