From 51e3e1e1d68d60dd8e24664a73e3b6952b9a3120 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Tue, 6 Oct 2015 14:09:18 +0000 Subject: Update to -dev7 --- net/haproxy-devel/files/patch-src-proto_tcp.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/haproxy-devel/files/patch-src-proto_tcp.c (limited to 'net/haproxy-devel/files') diff --git a/net/haproxy-devel/files/patch-src-proto_tcp.c b/net/haproxy-devel/files/patch-src-proto_tcp.c deleted file mode 100644 index c02093a446e8..000000000000 --- a/net/haproxy-devel/files/patch-src-proto_tcp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/proto_tcp.c.orig 2015-10-01 14:53:25.738017000 +0300 -+++ src/proto_tcp.c 2015-10-01 14:54:08.222037000 +0300 -@@ -1456,7 +1456,7 @@ static enum act_return tcp_exec_action_s - * network and has no effect on local net. - */ - #ifdef IP_TTL -- setsockopt(conn->t.sock.fd, SOL_IP, IP_TTL, &one, sizeof(one)); -+ setsockopt(conn->t.sock.fd, IPPROTO_IP, IP_TTL, &one, sizeof(one)); - #endif - out: - /* kill the stream if any */ -- cgit v1.2.3