It moved to github and abandoned their tarball location. Reported by: repology.org (it matched it with other distros who already knew about the github move)
15 lines
308 B
C
15 lines
308 B
C
--- deps/libneon/src/ne_socket.c.orig 2018-06-15 09:35:23 UTC
|
|
+++ deps/libneon/src/ne_socket.c
|
|
@@ -34,9 +34,9 @@
|
|
#include <sys/time.h>
|
|
#endif
|
|
#include <sys/stat.h>
|
|
-#ifdef HAVE_SYS_SOCKET_H
|
|
+//#ifdef HAVE_SYS_SOCKET_H
|
|
#include <sys/socket.h>
|
|
-#endif
|
|
+//#endif
|
|
|
|
#ifdef __linux__
|
|
#include <sys/ioctl.h>
|