Module Name: src
Committed By: pooka
Date: Fri May 21 11:59:39 UTC 2010
Modified Files:
src/sbin/mount_puffs: mount_puffs.c
Log Message:
PUFFSDEVELVERS is a goner
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/mount_puffs/mount_puffs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/mount_puffs/mount_puffs.c
diff -u src/sbin/mount_puffs/mount_puffs.c:1.2 src/sbin/mount_puffs/mount_puffs.c:1.3
--- src/sbin/mount_puffs/mount_puffs.c:1.2 Thu Jan 14 22:06:54 2010
+++ src/sbin/mount_puffs/mount_puffs.c Fri May 21 11:59:38 2010
@@ -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);