diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-06-26 08:01:55 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-06-26 08:01:55 +0000 |
commit | d31ad642e4b7dc03c529e8e2127a2ac1110fd1bf (patch) | |
tree | c0cc6af186b16bf45ff850779560dfa0424f639c /sbin/fsck/preen.c | |
parent | 7f7945090f84c450e537116c996cb2942812ba75 (diff) |
const the rcsid, and make it say OpenBSD
Diffstat (limited to 'sbin/fsck/preen.c')
-rw-r--r-- | sbin/fsck/preen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck/preen.c b/sbin/fsck/preen.c index cc051798d2a..6bc183b75b9 100644 --- a/sbin/fsck/preen.c +++ b/sbin/fsck/preen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: preen.c,v 1.13 2003/06/02 20:06:15 millert Exp $ */ +/* $OpenBSD: preen.c,v 1.14 2003/06/26 08:01:54 tedu Exp $ */ /* $NetBSD: preen.c,v 1.15 1996/09/28 19:21:42 christos Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)preen.c 8.3 (Berkeley) 12/6/94"; #else -static char rcsid[] = "$NetBSD: preen.c,v 1.15 1996/09/28 19:21:42 christos Exp $"; +static const char rcsid[] = "$OpenBSD: preen.c,v 1.14 2003/06/26 08:01:54 tedu Exp $"; #endif #endif /* not lint */ |