diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-05-07 05:31:01 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-05-07 05:31:01 +0000 |
commit | db57f06b0f140c660e99f78782495bfe567d062e (patch) | |
tree | f111d04123f0bd346340bb82d6c89e5ad37b641e /sbin/mount_ifs/mount.c | |
parent | beb671ab535efe3a549298a4f68423131d36edf6 (diff) | |
download | FreeBSD-src-db57f06b0f140c660e99f78782495bfe567d062e.zip FreeBSD-src-db57f06b0f140c660e99f78782495bfe567d062e.tar.gz |
Null commit.
> PR: bin/6399
> Submitted by: David Malone <dwmalone@maths.tcd.ie>
Also reviewed by: bde
Diffstat (limited to 'sbin/mount_ifs/mount.c')
-rw-r--r-- | sbin/mount_ifs/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_ifs/mount.c b/sbin/mount_ifs/mount.c index 87d217f..96be445 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"; #endif static const char rcsid[] = - "$Id: mount.c,v 1.29 1999/03/16 22:26:51 bde Exp $"; + "$Id: mount.c,v 1.30 1999/05/07 05:22:08 jkoshy Exp $"; #endif /* not lint */ #include <sys/param.h> |