squid: drop musl compat patch
authorLuka Perkov <luka@openwrt.org>
Fri, 3 Jul 2015 14:51:23 +0000 (16:51 +0200)
committerLuka Perkov <luka@openwrt.org>
Fri, 3 Jul 2015 14:51:23 +0000 (16:51 +0200)
Signed-off-by: Luka Perkov <luka@openwrt.org>
net/squid/patches/200-musl-compat.patch [deleted file]

diff --git a/net/squid/patches/200-musl-compat.patch b/net/squid/patches/200-musl-compat.patch
deleted file mode 100644 (file)
index 7cbd9da..0000000
+++ /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 ... */