Browse Source

squid: drop musl compat patch

Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov 9 years ago
parent
commit
2f3ab73ffa
1 changed files with 0 additions and 15 deletions
  1. 0
    15
      net/squid/patches/200-musl-compat.patch

+ 0
- 15
net/squid/patches/200-musl-compat.patch View File

@@ -1,15 +0,0 @@
1
---- a/lib/rfcnb/rfcnb-io.c
2
-+++ b/lib/rfcnb/rfcnb-io.c
3
-@@ -36,11 +36,11 @@
4
- #include "rfcnb/rfcnb-util.h"
5
- #include "rfcnb/std-includes.h"
6
- 
7
-+#include <signal.h>
8
- #if HAVE_STRING_H
9
- #include <string.h>
10
- #endif
11
- #include <sys/uio.h>
12
--#include <sys/signal.h>
13
- 
14
- int RFCNB_Timeout = 0;          /* Timeout in seconds ... */
15
-