php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #63059
Patch fpm_sockets-sock-patch revision 2012-10-13 17:40 UTC by mike at maytech dot net

Patch fpm_sockets-sock-patch for Compile Failure Bug #63059

Patch version 2012-10-13 17:40 UTC

Return to Bug #63059 | Download this patch
Patch Revisions:

Developer: mike@maytech.net

diff -ur php-5.4.6.orig/sapi/fpm/fpm/fpm_sockets.h php-5.4.6/sapi/fpm/fpm/fpm_sockets.h
--- php-5.4.6.orig/sapi/fpm/fpm/fpm_sockets.h	2012-10-13 20:36:12.000000000 +0300
+++ php-5.4.6/sapi/fpm/fpm/fpm_sockets.h	2012-10-13 20:36:53.000000000 +0300
@@ -25,7 +25,7 @@
 enum fpm_address_domain fpm_sockets_domain_from_address(char *addr);
 int fpm_sockets_init_main();
 int fpm_socket_get_listening_queue(int sock, unsigned *cur_lq, unsigned *max_lq);
-int fpm_socket_unix_test_connect(struct sockaddr_un *sun, size_t socklen);
+int fpm_socket_unix_test_connect(struct sockaddr_un *sock, size_t socklen);
 
 
 static inline int fd_set_blocked(int fd, int blocked) /* {{{ */
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 07:01:29 2024 UTC