Source-Changes-HG archive

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

[src/trunk]: src/sbin/mount_puffs PUFFSDEVELVERS is a goner



details:   https://anonhg.NetBSD.org/src/rev/cc77ced91541
branches:  trunk
changeset: 755053:cc77ced91541
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri May 21 11:59:38 2010 +0000

description:
PUFFSDEVELVERS is a goner

diffstat:

 sbin/mount_puffs/mount_puffs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 723f007fdacb -r cc77ced91541 sbin/mount_puffs/mount_puffs.c
--- a/sbin/mount_puffs/mount_puffs.c    Fri May 21 11:29:42 2010 +0000
+++ b/sbin/mount_puffs/mount_puffs.c    Fri May 21 11:59:38 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_puffs.c,v 1.2 2010/01/14 22:06:54 pooka Exp $    */
+/*     $NetBSD: mount_puffs.c,v 1.3 2010/05/21 11:59:38 pooka Exp $    */
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mount_puffs.c,v 1.2 2010/01/14 22:06:54 pooka Exp $");
+__RCSID("$NetBSD: mount_puffs.c,v 1.3 2010/05/21 11:59:38 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/param.h>
@@ -96,7 +96,7 @@
        if (mount(MOUNT_PUFFS, argv[1], mntflags, &kargs, sizeof(kargs)) == -1)
                err(1, "mount");
        
-       printf("version=%d, ", kargs.pa_vers & ~PUFFSDEVELVERS);
+       printf("version=%d, ", kargs.pa_vers);
        printf("flags=0x%x, ", kargs.pa_flags);
 
        printf("root cookie=%p, ", kargs.pa_root_cookie);



Home | Main Index | Thread Index | Old Index