diff options
author | Luka Perkov <luka@openwrt.org> | 2015-07-03 16:51:23 +0200 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-07-03 16:51:23 +0200 |
commit | 2f3ab73ffaeb482327651d02997a0125f012ffa1 (patch) | |
tree | 7137e0f8ced924181bec336cb2395a457ca09d73 /net/squid | |
parent | 5b8d596ab9df3a7bd86892e7206a18f67d61e43e (diff) |
squid: drop musl compat patch
Signed-off-by: Luka Perkov <luka@openwrt.org>
Diffstat (limited to 'net/squid')
-rw-r--r-- | net/squid/patches/200-musl-compat.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/squid/patches/200-musl-compat.patch b/net/squid/patches/200-musl-compat.patch deleted file mode 100644 index 7cbd9da9f..000000000 --- a/net/squid/patches/200-musl-compat.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/lib/rfcnb/rfcnb-io.c -+++ b/lib/rfcnb/rfcnb-io.c -@@ -36,11 +36,11 @@ - #include "rfcnb/rfcnb-util.h" - #include "rfcnb/std-includes.h" - -+#include <signal.h> - #if HAVE_STRING_H - #include <string.h> - #endif - #include <sys/uio.h> --#include <sys/signal.h> - - int RFCNB_Timeout = 0; /* Timeout in seconds ... */ - |