diff options
Diffstat (limited to 'sbin/mount_msdos/mount_msdos.c')
-rw-r--r-- | sbin/mount_msdos/mount_msdos.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount_msdos/mount_msdos.c b/sbin/mount_msdos/mount_msdos.c index fbd03990a9f..e7a701850cb 100644 --- a/sbin/mount_msdos/mount_msdos.c +++ b/sbin/mount_msdos/mount_msdos.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mount_msdos.c,v 1.5 1996/06/23 14:31:27 deraadt Exp $ */ /* $NetBSD: mount_msdos.c,v 1.14 1996/04/13 05:35:47 cgd Exp $ */ /* @@ -31,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$NetBSD: mount_msdos.c,v 1.14 1996/04/13 05:35:47 cgd Exp $"; +static char rcsid[] = "$OpenBSD: mount_msdos.c,v 1.5 1996/06/23 14:31:27 deraadt Exp $"; #endif /* not lint */ #include <sys/cdefs.h> |