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/restore.c | |
parent | 0a4041c7528f3b68190580bb4cc20daa9ccd5cce (diff) |
rcsid should say openbsd. make 'em const while here.
Diffstat (limited to 'sbin/restore/restore.c')
-rw-r--r-- | sbin/restore/restore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/restore/restore.c b/sbin/restore/restore.c index 16cf3bbe925..cfae255ac07 100644 --- a/sbin/restore/restore.c +++ b/sbin/restore/restore.c @@ -1,4 +1,4 @@ -/* $OpenBSD: restore.c,v 1.10 2003/06/02 20:06:16 millert Exp $ */ +/* $OpenBSD: restore.c,v 1.11 2003/07/28 06:13:26 tedu Exp $ */ /* $NetBSD: restore.c,v 1.9 1997/06/18 07:10:16 lukem Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)restore.c 8.3 (Berkeley) 9/13/94"; #else -static char rcsid[] = "$OpenBSD: restore.c,v 1.10 2003/06/02 20:06:16 millert Exp $"; +static const char rcsid[] = "$OpenBSD: restore.c,v 1.11 2003/07/28 06:13:26 tedu Exp $"; #endif #endif /* not lint */ |