Use main(void) instead of main(argc __unused, argv __unused)
MFC after: 3 days Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
25bd867ef1
commit
7deab5004c
@ -96,7 +96,7 @@ do_fork(void)
|
||||
}
|
||||
|
||||
int
|
||||
main(__unused int argc, __unused char *argv[])
|
||||
main(void)
|
||||
{
|
||||
struct sockaddr_in sin;
|
||||
pthread_t accept_thread;
|
||||
|
Loading…
Reference in New Issue
Block a user