diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2001-12-03 20:58:56 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2001-12-03 20:58:56 +0000 |
| commit | 1e49c24583f58cd54aa68ea021b254b181996d82 (patch) | |
| tree | be59f77d3eedec06c1f519eb9171faa088788847 | |
| parent | b268886863c48b66e5af50362872591ba4d9506f (diff) | |
Notes
| -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 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 */ |
