diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
commit | ee6961ddca5997df33c6cd3d6a3b1d923481bbd2 (patch) | |
tree | d0c5a8ce449174adb1446885a3852074d1bf406d /sbin/fsck_msdos/boot.c | |
parent | a3ac5dbadb5694f6713891634647a7cef4553c0f (diff) |
update rcsid
Diffstat (limited to 'sbin/fsck_msdos/boot.c')
-rw-r--r-- | sbin/fsck_msdos/boot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fsck_msdos/boot.c b/sbin/fsck_msdos/boot.c index 17304504540..8b21fcad726 100644 --- a/sbin/fsck_msdos/boot.c +++ b/sbin/fsck_msdos/boot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: boot.c,v 1.2 1996/06/23 14:30:41 deraadt Exp $ */ /* $NetBSD: boot.c,v 1.1 1996/05/14 17:39:28 ws Exp $ */ /* @@ -34,7 +35,7 @@ #ifndef lint -static char rcsid[] = "$NetBSD: boot.c,v 1.1 1996/05/14 17:39:28 ws Exp $"; +static char rcsid[] = "$OpenBSD: boot.c,v 1.2 1996/06/23 14:30:41 deraadt Exp $"; #endif /* not lint */ #include <stdlib.h> |