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_ffs/setup.c | |
parent | 7f7945090f84c450e537116c996cb2942812ba75 (diff) |
const the rcsid, and make it say OpenBSD
Diffstat (limited to 'sbin/fsck_ffs/setup.c')
-rw-r--r-- | sbin/fsck_ffs/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c index 481289572e6..5906f8a12d7 100644 --- a/sbin/fsck_ffs/setup.c +++ b/sbin/fsck_ffs/setup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: setup.c,v 1.19 2003/06/02 20:06:15 millert Exp $ */ +/* $OpenBSD: setup.c,v 1.20 2003/06/26 08:01:54 tedu Exp $ */ /* $NetBSD: setup.c,v 1.27 1996/09/27 22:45:19 christos Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)setup.c 8.5 (Berkeley) 11/23/94"; #else -static char rcsid[] = "$OpenBSD: setup.c,v 1.19 2003/06/02 20:06:15 millert Exp $"; +static const char rcsid[] = "$OpenBSD: setup.c,v 1.20 2003/06/26 08:01:54 tedu Exp $"; #endif #endif /* not lint */ |