summaryrefslogtreecommitdiff
path: root/ext/sockets
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-08-03 18:55:51 +0000
committerMarcus Boerger <helly@php.net>2003-08-03 18:55:51 +0000
commit55f947aa13a29a33d47741c732f4cde74cff12c9 (patch)
tree61f7d18ac6bd53647758d414e44d55105c930c54 /ext/sockets
parent0626fff0c1466b3b1e650ead1fbc36d06a4d317f (diff)
downloadphp-git-55f947aa13a29a33d47741c732f4cde74cff12c9.tar.gz
Fix build
Diffstat (limited to 'ext/sockets')
-rw-r--r--ext/sockets/sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c
index 979b709729..7697c60c28 100644
--- a/ext/sockets/sockets.c
+++ b/ext/sockets/sockets.c
@@ -110,7 +110,7 @@ static
ZEND_ARG_PASS_INFO(1)
ZEND_END_ARG_INFO();
-static unsigned char second_fifth_and_sixth_args_force_ref[] =
+static
ZEND_BEGIN_ARG_INFO(second_fifth_and_sixth_args_force_ref, 0)
ZEND_ARG_PASS_INFO(0)
ZEND_ARG_PASS_INFO(1)