diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-23 08:38:50 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-23 08:38:50 +0000 |
commit | cbf4c066f14716801ab7bc08f8227a8bd14d7076 (patch) | |
tree | 59b0636792ad3f1c7d2370b8a7cdb7267899bf89 | |
parent | df3682e35f5d5f313608931e6b1c33164f3ef445 (diff) |
1 -> 0
-rw-r--r-- | sbin/mount/mount.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 8ad202869e3..1efd465ef66 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount.c,v 1.11 1996/12/23 07:46:53 downsj Exp $ */ +/* $OpenBSD: mount.c,v 1.12 1996/12/23 08:38:49 downsj Exp $ */ /* $NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mount.c 8.19 (Berkeley) 4/19/94"; #else -static char rcsid[] = "$OpenBSD: mount.c,v 1.11 1996/12/23 07:46:53 downsj Exp $"; +static char rcsid[] = "$OpenBSD: mount.c,v 1.12 1996/12/23 08:38:49 downsj Exp $"; #endif #endif /* not lint */ @@ -588,7 +588,7 @@ disklabelcheck(fs) if (strcmp(fs->fs_vfstype, "nfs") != 0 || strpbrk(fs->fs_spec, ":@") == NULL) { - labelfs = readlabelfs(fs->fs_spec, 1); + labelfs = readlabelfs(fs->fs_spec, 0); if (labelfs == NULL || strcmp(labelfs, fs->fs_vfstype) == 0) return (0); |