diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2017-05-09 14:30:55 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2017-05-09 19:08:19 +0200 |
commit | b9d1de111d7d110c24c83b7b0c60686bc9471f7e (patch) | |
tree | a251a9b6db15fd939158c53e48caeaa7640a04b4 /net-proxy | |
parent | net-analyzer/metasploit: if I were paid for my work on metasploit I could retire (diff) | |
download | gentoo-b9d1de111d7d110c24c83b7b0c60686bc9471f7e.tar.gz gentoo-b9d1de111d7d110c24c83b7b0c60686bc9471f7e.tar.bz2 gentoo-b9d1de111d7d110c24c83b7b0c60686bc9471f7e.zip |
net-proxy/haproxy: Fix contrib patch for 1.7.5
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/haproxy/files/haproxy-1.7-contrib.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-proxy/haproxy/files/haproxy-1.7-contrib.patch b/net-proxy/haproxy/files/haproxy-1.7-contrib.patch index 836c4cf71de1..9ecffe7e3c78 100644 --- a/net-proxy/haproxy/files/haproxy-1.7-contrib.patch +++ b/net-proxy/haproxy/files/haproxy-1.7-contrib.patch @@ -10,17 +10,6 @@ diff -Nuar --exclude '*~' haproxy-1.7.9999.orig/contrib/tcploop/Makefile haproxy clean: rm -f $(OBJS) *.[oas] *~ -diff -Nuar --exclude '*~' haproxy-1.7.9999.orig/contrib/tcploop/tcploop.c haproxy-1.7.9999/contrib/tcploop/tcploop.c ---- haproxy-1.7.9999.orig/contrib/tcploop/tcploop.c 2016-12-04 16:08:05.498256665 -0800 -+++ haproxy-1.7.9999/contrib/tcploop/tcploop.c 2016-12-04 16:11:13.877864378 -0800 -@@ -39,6 +39,7 @@ - #include <ctype.h> - #include <errno.h> - #include <fcntl.h> -+#include <limits.h> - #include <netdb.h> - #include <poll.h> - #include <signal.h> diff -Nuar --exclude '*~' haproxy-1.7.9999.orig/contrib/spoa_example/Makefile haproxy-1.7.9999/contrib/spoa_example/Makefile --- haproxy-1.7.9999.orig/contrib/spoa_example/Makefile 2016-12-04 15:56:49.068302156 -0800 +++ haproxy-1.7.9999/contrib/spoa_example/Makefile 2016-12-04 15:58:51.360644213 -0800 |