Garbage collect argc/argv and bump WARNS to 6

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-04-11 03:57:35 +00:00
parent f305e6eaf8
commit 1103e0c1bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281403
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
PROG= unix_sorflush
MAN=
WARNS?= 3
WARNS?= 6
.include <bsd.prog.mk>

View File

@ -68,7 +68,7 @@ shutdown_and_exit(int s)
}
int
main(int argc, char *argv[])
main(void)
{
pid_t pida, pidb;
int sv[2];