diff options
Diffstat (limited to 'lang/php55/patches/patch-sapi_fpm_fpm_fpm__sockets.c')
-rw-r--r-- | lang/php55/patches/patch-sapi_fpm_fpm_fpm__sockets.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/php55/patches/patch-sapi_fpm_fpm_fpm__sockets.c b/lang/php55/patches/patch-sapi_fpm_fpm_fpm__sockets.c new file mode 100644 index 00000000000..b34f743c61f --- /dev/null +++ b/lang/php55/patches/patch-sapi_fpm_fpm_fpm__sockets.c @@ -0,0 +1,13 @@ +$NetBSD: patch-sapi_fpm_fpm_fpm__sockets.c,v 1.1 2015/03/05 11:16:28 he Exp $ + +--- ./sapi/fpm/fpm/fpm_sockets.c.orig 2014-09-17 07:03:27.000000000 +0000 ++++ ./sapi/fpm/fpm/fpm_sockets.c +@@ -405,7 +405,7 @@ int fpm_socket_get_listening_queue(int s + zlog(ZLOG_SYSERROR, "failed to retrieve TCP_INFO for socket"); + return -1; + } +-#if defined(__FreeBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) + if (info.__tcpi_sacked == 0) { + return -1; + } |