diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-07-28 06:13:27 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-07-28 06:13:27 +0000 |
commit | 1bc5e23f8582143a7421039e38d92210ab7c9d50 (patch) | |
tree | 25f9f3401435768da516a646cd2824844aeffe6b /sbin/restore/symtab.c | |
parent | 0a4041c7528f3b68190580bb4cc20daa9ccd5cce (diff) |
rcsid should say openbsd. make 'em const while here.
Diffstat (limited to 'sbin/restore/symtab.c')
-rw-r--r-- | sbin/restore/symtab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index a7c2ca832ca..7cee1059c17 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -1,4 +1,4 @@ -/* $OpenBSD: symtab.c,v 1.10 2003/06/02 20:06:16 millert Exp $ */ +/* $OpenBSD: symtab.c,v 1.11 2003/07/28 06:13:26 tedu Exp $ */ /* $NetBSD: symtab.c,v 1.10 1997/03/19 08:42:54 lukem Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)symtab.c 8.2 (Berkeley) 9/13/94"; #else -static char rcsid[] = "$OpenBSD: symtab.c,v 1.10 2003/06/02 20:06:16 millert Exp $"; +static const char rcsid[] = "$OpenBSD: symtab.c,v 1.11 2003/07/28 06:13:26 tedu Exp $"; #endif #endif /* not lint */ |