diff options
Diffstat (limited to 'sbin/mount/vfslist.c')
-rw-r--r-- | sbin/mount/vfslist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c index d8201882eb330..4af5ab3c78f81 100644 --- a/sbin/mount/vfslist.c +++ b/sbin/mount/vfslist.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)vfslist.c 8.1 (Berkeley) 5/8/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount/vfslist.c,v 1.4 1999/08/28 00:13:27 peter Exp $"; #endif /* not lint */ #include <err.h> |