aboutsummaryrefslogtreecommitdiff
path: root/lang/php5/files
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2006-08-18 16:41:30 +0000
committerXin LI <delphij@FreeBSD.org>2006-08-18 16:41:30 +0000
commit93ccb1584a71878f3e0a5f9d9b868613b6b0804f (patch)
treeda54e83bba1d4fb9a34e30d954fddc09fe6e29b2 /lang/php5/files
parent872a6959cf8b4ec5278bc83354dec9305ee2d987 (diff)
downloadports-93ccb1584a71878f3e0a5f9d9b868613b6b0804f.tar.gz
ports-93ccb1584a71878f3e0a5f9d9b868613b6b0804f.zip
Notes
Diffstat (limited to 'lang/php5/files')
-rw-r--r--lang/php5/files/patch-sapi_cgi_fastcgi.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/php5/files/patch-sapi_cgi_fastcgi.c b/lang/php5/files/patch-sapi_cgi_fastcgi.c
deleted file mode 100644
index f8195b2a86f2..000000000000
--- a/lang/php5/files/patch-sapi_cgi_fastcgi.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- sapi/cgi/fastcgi.c.orig Wed May 10 08:04:51 2006
-+++ sapi/cgi/fastcgi.c Wed May 10 08:07:04 2006
-@@ -633,6 +633,9 @@
- #ifdef _WIN32
- HANDLE pipe;
- OVERLAPPED ov;
-+#else
-+ sa_t sa;
-+ socklen_t len = sizeof(sa);
- #endif
- fcgi_finish_request(req);
-
-@@ -669,9 +672,6 @@
- }
- FCGI_UNLOCK(req->listen_socket);
- #else
-- sa_t sa;
-- socklen_t len = sizeof(sa);
--
- FCGI_LOCK(req->listen_socket);
- req->fd = accept(req->listen_socket, (struct sockaddr *)&sa, &len);
- FCGI_UNLOCK(req->listen_socket);