aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2001-12-03 20:58:56 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2001-12-03 20:58:56 +0000
commit1e49c24583f58cd54aa68ea021b254b181996d82 (patch)
treebe59f77d3eedec06c1f519eb9171faa088788847
parentb268886863c48b66e5af50362872591ba4d9506f (diff)
Notes
-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 870db2887d7b6..875639044ca39 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 d0d9c2ddabb35..7858e27c55082 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 */