Module Name: src
Committed By: christos
Date: Mon Apr 2 21:08:02 UTC 2012
Modified Files:
src/sbin/mount_ptyfs: mount_ptyfs.c
Log Message:
don't print 2 lines of info, remove the bogus one.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sbin/mount_ptyfs/mount_ptyfs.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_ptyfs/mount_ptyfs.c
diff -u src/sbin/mount_ptyfs/mount_ptyfs.c:1.12 src/sbin/mount_ptyfs/mount_ptyfs.c:1.13
--- src/sbin/mount_ptyfs/mount_ptyfs.c:1.12 Mon Aug 29 10:35:02 2011
+++ src/sbin/mount_ptyfs/mount_ptyfs.c Mon Apr 2 17:08:02 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: mount_ptyfs.c,v 1.12 2011/08/29 14:35:02 joerg Exp $ */
+/* $NetBSD: mount_ptyfs.c,v 1.13 2012/04/02 21:08:02 christos Exp $ */
/*
* Copyright (c) 1992, 1993, 1994
@@ -77,7 +77,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 19
#if 0
static char sccsid[] = "@(#)mount_ptyfs.c 8.3 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: mount_ptyfs.c,v 1.12 2011/08/29 14:35:02 joerg Exp $");
+__RCSID("$NetBSD: mount_ptyfs.c,v 1.13 2012/04/02 21:08:02 christos Exp $");
#endif
#endif /* not lint */
@@ -212,7 +212,6 @@ mount_ptyfs(int argc, char *argv[])
if (mntflags & MNT_GETARGS) {
char buf[1024];
(void)snprintb(buf, sizeof(buf), PTYFSMNT_BITS, args.flags);
- printf("version=%d, flags=%s\n", args.version, buf);
printf("version=%d, gid=%lu, mode=0%o flags=%s\n", args.version,
(unsigned long)args.gid, args.mode, buf);
}