FreeBSD Bugzilla – Attachment 65526 Details for
Bug 97065
[PATCH] lang/php5: fix compile error on 4.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-php5
patch-php5 (text/plain), 819 bytes, created by
Yasuhiro Kimura
on 2006-05-10 00:40:18 UTC
(
hide
)
Description:
patch-php5
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2006-05-10 00:40:18 UTC
Size:
819 bytes
patch
obsolete
>Index: files/patch-sapi_cgi_fastcgi.c >=================================================================== >RCS file: files/patch-sapi_cgi_fastcgi.c >diff -N files/patch-sapi_cgi_fastcgi.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-sapi_cgi_fastcgi.c 9 May 2006 23:22:03 -0000 >@@ -0,0 +1,22 @@ >+--- sapi/cgi/fastcgi.c.orig Thu May 4 00:39:16 2006 >++++ sapi/cgi/fastcgi.c Tue May 9 13:06:53 2006 >+@@ -633,6 +633,9 @@ >+ #ifdef _WIN32 >+ HANDLE pipe; >+ OVERLAPPED ov; >++#else >++ sa_t sa; >++ socklen_t len; >+ #endif >+ fcgi_finish_request(req); >+ >+@@ -669,8 +672,7 @@ >+ } >+ FCGI_UNLOCK(req->listen_socket); >+ #else >+- sa_t sa; >+- socklen_t len = sizeof(sa); >++ len = sizeof(sa); >+ >+ FCGI_LOCK(req->listen_socket); >+ req->fd = accept(req->listen_socket, (struct sockaddr *)&sa, &len);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 97065
: 65526