Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sbin/mount Pull up revision 1.50 (via patch, requested ...



details:   https://anonhg.NetBSD.org/src/rev/a361d14153f6
branches:  netbsd-1-4
changeset: 470979:a361d14153f6
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 10 22:23:25 2000 +0000

description:
Pull up revision 1.50 (via patch, requested by is):
  Format string cleanup.

diffstat:

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

diffs (27 lines):

diff -r d46282736e0d -r a361d14153f6 sbin/mount/mount.c
--- a/sbin/mount/mount.c        Tue Oct 10 22:23:03 2000 +0000
+++ b/sbin/mount/mount.c        Tue Oct 10 22:23:25 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount.c,v 1.45 1998/12/01 23:20:43 kenh Exp $  */
+/*     $NetBSD: mount.c,v 1.45.2.1 2000/10/10 22:23:25 he Exp $        */
 
 /*
  * Copyright (c) 1980, 1989, 1993, 1994
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)mount.c    8.25 (Berkeley) 5/8/95";
 #else
-__RCSID("$NetBSD: mount.c,v 1.45 1998/12/01 23:20:43 kenh Exp $");
+__RCSID("$NetBSD: mount.c,v 1.45.2.1 2000/10/10 22:23:25 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -479,7 +479,7 @@
                else
                        (void)printf("%d", sfp->f_owner);
        }
-       (void)printf(f ? ")\n" : "\n");
+       (void)printf("%s", f ? ")\n" : "\n");
 }
 
 struct statfs *



Home | Main Index | Thread Index | Old Index