diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-14 04:17:01 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-14 04:17:01 +0000 |
commit | 30767e2a88dce6629064fe4527812bbcf6b31bb9 (patch) | |
tree | 0cd1bf31069eedc83972f3ffd196497209fc4de7 /sbin/fsck_ext2fs/pass2.c | |
parent | 867e082cac6a1cde6c83d7588b129f2f02cb8c24 (diff) |
Add tags, fix man page. Purely cosmetic.
Diffstat (limited to 'sbin/fsck_ext2fs/pass2.c')
-rw-r--r-- | sbin/fsck_ext2fs/pass2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/fsck_ext2fs/pass2.c b/sbin/fsck_ext2fs/pass2.c index 0fc725b23c7..5a930f89afc 100644 --- a/sbin/fsck_ext2fs/pass2.c +++ b/sbin/fsck_ext2fs/pass2.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass2.c,v 1.3 1997/06/14 04:16:56 downsj Exp $ */ /* $NetBSD: pass2.c,v 1.1 1997/06/11 11:21:53 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)pass2.c 8.6 (Berkeley) 10/27/94"; #else +#if 0 static char rcsid[] = "$NetBSD: pass2.c,v 1.1 1997/06/11 11:21:53 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: pass2.c,v 1.3 1997/06/14 04:16:56 downsj Exp $"; +#endif #endif #endif /* not lint */ |