diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/hesinfo/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/hesinfo/hesinfo.c | 2 |
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 */ |