summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1998-05-17 21:57:17 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1998-05-17 21:57:17 +0000
commit0580d3228828d19d97da7b2761cd9bc8e5f8d47d (patch)
treea1c31cad005033c7bdc4eb640408981318d149f1
parent011cdb576c4cab6ecb945e69571db242b4cd29a6 (diff)
Notes
-rw-r--r--sbin/mount/mount.c4
-rw-r--r--sbin/mount_ifs/mount.c4
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 ? ")" : "");
}