Warns cleanup.

This commit is contained in:
David Malone 2001-12-03 20:58:56 +00:00
parent b268886863
commit 1e49c24583
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87284
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PROG= hesinfo
WARNS?= 2
.include <bsd.prog.mk>

View File

@ -20,7 +20,7 @@
#include <sys/cdefs.h>
#ifndef lint
static char rcsid[] =
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */