From 97927abec00b07aba7c40458ef8b1523eb64aca4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 22 Dec 2012 22:37:37 +0100 Subject: [PATCH] sendmmsg.2: Minor fix to example program: s/main()/main(void) Signed-off-by: Michael Kerrisk --- man2/sendmmsg.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sendmmsg.2 b/man2/sendmmsg.2 index 3c077f920..64a0edb7d 100644 --- a/man2/sendmmsg.2 +++ b/man2/sendmmsg.2 @@ -183,7 +183,7 @@ The contents of the first datagram originates from a pair of buffers. #include int -main() +main(void) { int sockfd; struct sockaddr_in sa;