diff options
Diffstat (limited to 'net/haproxy/files/patch-src-proto_http.c')
-rw-r--r-- | net/haproxy/files/patch-src-proto_http.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/haproxy/files/patch-src-proto_http.c b/net/haproxy/files/patch-src-proto_http.c new file mode 100644 index 000000000000..dfa1b59a4f1c --- /dev/null +++ b/net/haproxy/files/patch-src-proto_http.c @@ -0,0 +1,10 @@ +--- src/proto_http.c.orig 2012-02-28 13:58:43.000000000 +0400 ++++ src/proto_http.c 2012-02-28 13:58:49.000000000 +0400 +@@ -19,7 +19,6 @@ + #include <syslog.h> + #include <time.h> + +-#include <netinet/tcp.h> + + #include <sys/socket.h> + #include <sys/stat.h> |