summaryrefslogtreecommitdiffstats
path: root/usr.bin/hesinfo
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2001-12-03 20:58:56 +0000
committerdwmalone <dwmalone@FreeBSD.org>2001-12-03 20:58:56 +0000
commitd4937950eb90e8672dc161ddc0b6183231ddd117 (patch)
treebe59f77d3eedec06c1f519eb9171faa088788847 /usr.bin/hesinfo
parenta4427dae23e3c35be318c623dc1b77ed25e5ed17 (diff)
downloadFreeBSD-src-d4937950eb90e8672dc161ddc0b6183231ddd117.zip
FreeBSD-src-d4937950eb90e8672dc161ddc0b6183231ddd117.tar.gz
Warns cleanup.
Diffstat (limited to 'usr.bin/hesinfo')
-rw-r--r--usr.bin/hesinfo/Makefile1
-rw-r--r--usr.bin/hesinfo/hesinfo.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/hesinfo/Makefile b/usr.bin/hesinfo/Makefile
index 870db28..8756390 100644
--- a/usr.bin/hesinfo/Makefile
+++ b/usr.bin/hesinfo/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
PROG= hesinfo
+WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.bin/hesinfo/hesinfo.c b/usr.bin/hesinfo/hesinfo.c
index d0d9c2d..7858e27 100644
--- a/usr.bin/hesinfo/hesinfo.c
+++ b/usr.bin/hesinfo/hesinfo.c
@@ -20,7 +20,7 @@
#include <sys/cdefs.h>
#ifndef lint
-static char rcsid[] =
+static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
OpenPOWER on IntegriCloud