Explorar el Código

squid: drop musl compat patch

Signed-off-by: Luka Perkov <luka@openwrt.org>
Luka Perkov hace 9 años
padre
commit
2f3ab73ffa
Se han modificado 1 ficheros con 0 adiciones y 15 borrados
  1. 0
    15
      net/squid/patches/200-musl-compat.patch

+ 0
- 15
net/squid/patches/200-musl-compat.patch Ver fichero

@@ -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
-