forked from pool/rsync
14 lines
382 B
Diff
14 lines
382 B
Diff
Index: rsync-3.3.0/configure.ac
|
|
===================================================================
|
|
--- rsync-3.3.0.orig/configure.ac
|
|
+++ rsync-3.3.0/configure.ac
|
|
@@ -412,7 +412,7 @@ AS_HELP_STRING([--disable-ipv6],[disable
|
|
#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
-main()
|
|
+int main(void)
|
|
{
|
|
if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
|
|
exit(1);
|