summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/fpm/fpm/fpm_sockets.h')
-rw-r--r--sapi/fpm/fpm/fpm_sockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/fpm/fpm_sockets.h b/sapi/fpm/fpm/fpm_sockets.h
index 499ba6baf8..cce5712b8c 100644
--- a/sapi/fpm/fpm/fpm_sockets.h
+++ b/sapi/fpm/fpm/fpm_sockets.h
@@ -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) /* {{{ */