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/pass5.c | |
parent | 867e082cac6a1cde6c83d7588b129f2f02cb8c24 (diff) |
Add tags, fix man page. Purely cosmetic.
Diffstat (limited to 'sbin/fsck_ext2fs/pass5.c')
-rw-r--r-- | sbin/fsck_ext2fs/pass5.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/fsck_ext2fs/pass5.c b/sbin/fsck_ext2fs/pass5.c index d79fbe40011..07d9327ae74 100644 --- a/sbin/fsck_ext2fs/pass5.c +++ b/sbin/fsck_ext2fs/pass5.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pass5.c,v 1.3 1997/06/14 04:16:58 downsj Exp $ */ /* $NetBSD: pass5.c,v 1.1 1997/06/11 11:21:58 bouyer Exp $ */ /* @@ -38,7 +39,11 @@ #if 0 static char sccsid[] = "@(#)pass5.c 8.6 (Berkeley) 11/30/94"; #else +#if 0 static char rcsid[] = "$NetBSD: pass5.c,v 1.1 1997/06/11 11:21:58 bouyer Exp $"; +#else +static char rcsid[] = "$OpenBSD: pass5.c,v 1.3 1997/06/14 04:16:58 downsj Exp $"; +#endif #endif #endif /* not lint */ |