Warns cleanup (just make main return an int).

This commit is contained in:
David Malone 2001-12-03 20:57:49 +00:00
parent 5748d9ba6f
commit b268886863
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87283
2 changed files with 2 additions and 0 deletions

View File

@ -2,5 +2,6 @@
#
PROG = getopt
WARNS?= 2
.include <bsd.prog.mk>

View File

@ -4,6 +4,7 @@
#include <stdlib.h>
#include <unistd.h>
int
main(argc, argv)
int argc;
char *argv[];