summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/spec.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-08-10 02:37:15 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-08-10 02:37:15 +0000
commit2a1ce14bf84160e4d843fe59733cfa3f7ae1ae25 (patch)
tree32bba665f8572b0c1df147aa488d833378266700 /usr.sbin/mtree/spec.c
parent5750940275ee45e548ad1a04573ecc745d6bb077 (diff)
pass -Wall
Diffstat (limited to 'usr.sbin/mtree/spec.c')
-rw-r--r--usr.sbin/mtree/spec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mtree/spec.c b/usr.sbin/mtree/spec.c
index c1672acc81f..0c6960de39c 100644
--- a/usr.sbin/mtree/spec.c
+++ b/usr.sbin/mtree/spec.c
@@ -1,5 +1,5 @@
/* $NetBSD: spec.c,v 1.6 1995/03/07 21:12:12 cgd Exp $ */
-/* $OpenBSD: spec.c,v 1.11 2001/08/10 02:33:46 millert Exp $ */
+/* $OpenBSD: spec.c,v 1.12 2001/08/10 02:37:14 millert Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -36,9 +36,9 @@
#ifndef lint
#if 0
-static char sccsid[] = "@(#)spec.c 8.1 (Berkeley) 6/6/93";
+static const char sccsid[] = "@(#)spec.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: spec.c,v 1.11 2001/08/10 02:33:46 millert Exp $";
+static const char rcsid[] = "$OpenBSD: spec.c,v 1.12 2001/08/10 02:37:14 millert Exp $";
#endif
#endif /* not lint */