WARNS=2 cleanup.

Submitted by:	Maxime Henrion <mux@qualys.com>
MFC after:	2 weeks
This commit is contained in:
Mike Heffner 2001-12-09 21:56:31 +00:00
parent c7534558bc
commit 408d219e0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87579
2 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,6 @@
PROG= chroot
MAN= chroot.8
WARNS?= 2
.include <bsd.prog.mk>

View File

@ -62,7 +62,7 @@ main(argc, argv)
char *argv[];
{
int ch;
char *shell;
const char *shell;
while ((ch = getopt(argc, argv, "")) != -1)
switch(ch) {