diff options
author | archie <archie@FreeBSD.org> | 1998-12-06 07:36:44 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 1998-12-06 07:36:44 +0000 |
commit | 58d8b6ab3ea1df0891a1f1013674c37fd281bce5 (patch) | |
tree | 1edbb907ab3086c9e6ec0f6678fcb689ffce4b7f /usr.bin/ar/misc.c | |
parent | 194c8b4f1f89c85e61fe09e0947c096f6ead70c4 (diff) | |
download | FreeBSD-src-58d8b6ab3ea1df0891a1f1013674c37fd281bce5.zip FreeBSD-src-58d8b6ab3ea1df0891a1f1013674c37fd281bce5.tar.gz |
Eliminate compiler warnings from -Wall
Diffstat (limited to 'usr.bin/ar/misc.c')
-rw-r--r-- | usr.bin/ar/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ar/misc.c b/usr.bin/ar/misc.c index bcd9711..026c45d 100644 --- a/usr.bin/ar/misc.c +++ b/usr.bin/ar/misc.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; +static const char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #include <sys/param.h> |