summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/extract.c
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1998-12-06 07:36:44 +0000
committerarchie <archie@FreeBSD.org>1998-12-06 07:36:44 +0000
commit58d8b6ab3ea1df0891a1f1013674c37fd281bce5 (patch)
tree1edbb907ab3086c9e6ec0f6678fcb689ffce4b7f /usr.bin/ar/extract.c
parent194c8b4f1f89c85e61fe09e0947c096f6ead70c4 (diff)
downloadFreeBSD-src-58d8b6ab3ea1df0891a1f1013674c37fd281bce5.zip
FreeBSD-src-58d8b6ab3ea1df0891a1f1013674c37fd281bce5.tar.gz
Eliminate compiler warnings from -Wall
Diffstat (limited to 'usr.bin/ar/extract.c')
-rw-r--r--usr.bin/ar/extract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ar/extract.c b/usr.bin/ar/extract.c
index c80e37c..89503f3 100644
--- a/usr.bin/ar/extract.c
+++ b/usr.bin/ar/extract.c
@@ -35,7 +35,7 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)extract.c 8.3 (Berkeley) 4/2/94";
+static const char sccsid[] = "@(#)extract.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud