anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / networking / sync / rsync / configure.ac-fix-failing-IPv6-check.patch
blob3305653d025ff53cb2d8a6a4897aeff5bb3522f6
1 diff -rup rsync-3.2.7/configure.sh rsync-3.2.7-fixed/configure.sh
2 --- rsync-3.2.7/configure.sh 2022-10-20 17:57:22
3 +++ rsync-3.2.7-fixed/configure.sh 2024-01-01 19:51:58
4 @@ -7706,7 +7706,7 @@ else $as_nop
5 #include <stdlib.h>
6 #include <sys/types.h>
7 #include <sys/socket.h>
8 -main()
9 +int main()
11 if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
12 exit(1);