From 0580d3228828d19d97da7b2761cd9bc8e5f8d47d Mon Sep 17 00:00:00 2001 From: Dmitrij Tejblum Date: Sun, 17 May 1998 21:57:17 +0000 Subject: [PATCH] Remove extraneous ")" from output. --- sbin/mount/mount.c | 4 ++-- sbin/mount_ifs/mount.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 00fc84263dde..3ac616c9a7d1 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount.c 8.25 (Berkeley) 5/8/95"; #else static const char rcsid[] = - "$Id: mount.c,v 1.24 1998/03/27 10:52:13 peter Exp $"; + "$Id: mount.c,v 1.25 1998/04/08 18:31:18 wosch Exp $"; #endif #endif /* not lint */ @@ -499,7 +499,7 @@ prmount(sfp) } if ((sfp->f_syncwrites != 0 || sfp->f_asyncwrites != 0) && (sfp->f_flags & MNT_RDONLY) == 0) - (void)printf("%swrites: sync %d async %d)", + (void)printf("%swrites: sync %d async %d", !f++ ? " (" : ", ", sfp->f_syncwrites, sfp->f_asyncwrites); (void)printf("%s\n", f ? ")" : ""); } diff --git a/sbin/mount_ifs/mount.c b/sbin/mount_ifs/mount.c index 00fc84263dde..3ac616c9a7d1 100644 --- a/sbin/mount_ifs/mount.c +++ b/sbin/mount_ifs/mount.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount.c 8.25 (Berkeley) 5/8/95"; #else static const char rcsid[] = - "$Id: mount.c,v 1.24 1998/03/27 10:52:13 peter Exp $"; + "$Id: mount.c,v 1.25 1998/04/08 18:31:18 wosch Exp $"; #endif #endif /* not lint */ @@ -499,7 +499,7 @@ prmount(sfp) } if ((sfp->f_syncwrites != 0 || sfp->f_asyncwrites != 0) && (sfp->f_flags & MNT_RDONLY) == 0) - (void)printf("%swrites: sync %d async %d)", + (void)printf("%swrites: sync %d async %d", !f++ ? " (" : ", ", sfp->f_syncwrites, sfp->f_asyncwrites); (void)printf("%s\n", f ? ")" : ""); }