Garbage collect argc/argv and bump WARNS to 6
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
e92d59d6f1
commit
1f60fa52d5
@ -2,6 +2,6 @@
|
||||
|
||||
PROG= unix_sorflush
|
||||
MAN=
|
||||
WARNS?= 3
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -68,7 +68,7 @@ shutdown_and_exit(int s)
|
||||
}
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
main(void)
|
||||
{
|
||||
pid_t pida, pidb;
|
||||
int sv[2];
|
||||
|
Loading…
Reference in New Issue
Block a user