sendmmsg.2: Minor fix to example program: s/main()/main(void)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-12-22 22:37:37 +01:00
parent 6d2f6aff6d
commit 97927abec0
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ The contents of the first datagram originates from a pair of buffers.
#include <sys/socket.h>
int
main()
main(void)
{
int sockfd;
struct sockaddr_in sa;