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/interactive.c | |
parent | 0a4041c7528f3b68190580bb4cc20daa9ccd5cce (diff) |
rcsid should say openbsd. make 'em const while here.
Diffstat (limited to 'sbin/restore/interactive.c')
-rw-r--r-- | sbin/restore/interactive.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/restore/interactive.c b/sbin/restore/interactive.c index 2e8fc86a7f0..63127b90e28 100644 --- a/sbin/restore/interactive.c +++ b/sbin/restore/interactive.c @@ -1,4 +1,4 @@ -/* $OpenBSD: interactive.c,v 1.18 2003/07/10 00:00:58 david Exp $ */ +/* $OpenBSD: interactive.c,v 1.19 2003/07/28 06:13:26 tedu Exp $ */ /* $NetBSD: interactive.c,v 1.10 1997/03/19 08:42:52 lukem Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)interactive.c 8.3 (Berkeley) 9/13/94"; #else -static char rcsid[] = "$OpenBSD: interactive.c,v 1.18 2003/07/10 00:00:58 david Exp $"; +static const char rcsid[] = "$OpenBSD: interactive.c,v 1.19 2003/07/28 06:13:26 tedu Exp $"; #endif #endif /* not lint */ |