Re: [PATCH] BUILD: IP_TTL: Fix compilation on almost FreeBSD and OpenBSD.

2015-09-30 Thread joris dedieu
Already fix by ae459f3 Joris 2015-09-29 8:21 GMT+02:00 Joris Dedieu : > IP_TTL socket option is defined on some systems that don't have SOL_IP. > Use IPPROTO_IP in this case. > --- > src/proto_tcp.c | 4 > 1 file changed, 4 insertions(+) > > diff --git

[PATCH] BUILD: IP_TTL: Fix compilation on almost FreeBSD and OpenBSD.

2015-09-29 Thread Joris Dedieu
IP_TTL socket option is defined on some systems that don't have SOL_IP. Use IPPROTO_IP in this case. --- src/proto_tcp.c | 4 1 file changed, 4 insertions(+) diff --git a/src/proto_tcp.c b/src/proto_tcp.c index f698889..3642398 100644 --- a/src/proto_tcp.c +++ b/src/proto_tcp.c @@ -1456,7