diff options
Diffstat (limited to 'net/haproxy/patches/patch-src_sock.c')
-rw-r--r-- | net/haproxy/patches/patch-src_sock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/haproxy/patches/patch-src_sock.c b/net/haproxy/patches/patch-src_sock.c index eeea0b6d63c..973edb77d47 100644 --- a/net/haproxy/patches/patch-src_sock.c +++ b/net/haproxy/patches/patch-src_sock.c @@ -1,8 +1,8 @@ -$NetBSD: patch-src_sock.c,v 1.2 2020/12/10 09:34:21 jperkin Exp $ +$NetBSD: patch-src_sock.c,v 1.3 2022/06/17 08:07:31 adam Exp $ Special handling for XPG4_2 on SunOS. ---- src/sock.c.orig 2020-11-28 15:51:33.000000000 +0000 +--- src/sock.c.orig 2022-05-31 14:58:21.000000000 +0000 +++ src/sock.c @@ -11,6 +11,13 @@ */ @@ -17,4 +17,4 @@ Special handling for XPG4_2 on SunOS. +#endif #include <ctype.h> #include <errno.h> - #include <fcntl.h> + #include <stdio.h> |