summaryrefslogtreecommitdiff
path: root/sbin/restore/dirs.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2003-07-28 06:13:27 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2003-07-28 06:13:27 +0000
commit1bc5e23f8582143a7421039e38d92210ab7c9d50 (patch)
tree25f9f3401435768da516a646cd2824844aeffe6b /sbin/restore/dirs.c
parent0a4041c7528f3b68190580bb4cc20daa9ccd5cce (diff)
rcsid should say openbsd. make 'em const while here.
Diffstat (limited to 'sbin/restore/dirs.c')
-rw-r--r--sbin/restore/dirs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c
index 8c87a886ea3..7582adb38a9 100644
--- a/sbin/restore/dirs.c
+++ b/sbin/restore/dirs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dirs.c,v 1.23 2003/07/07 00:51:52 millert Exp $ */
+/* $OpenBSD: dirs.c,v 1.24 2003/07/28 06:13:26 tedu Exp $ */
/* $NetBSD: dirs.c,v 1.26 1997/07/01 05:37:49 lukem Exp $ */
/*
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)dirs.c 8.5 (Berkeley) 8/31/94";
#else
-static char rcsid[] = "$OpenBSD: dirs.c,v 1.23 2003/07/07 00:51:52 millert Exp $";
+static const char rcsid[] = "$OpenBSD: dirs.c,v 1.24 2003/07/28 06:13:26 tedu Exp $";
#endif
#endif /* not lint */