about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-06-19 16:41:03 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-06-19 16:41:03 +0000
commitbdea3cd76838e8f9a656c2476374f637e4e4a0d3 (patch)
tree45f342223edeb69e65259e73fff4ab1b068ed449
parent0672033cfc5bd1c8db810fd9c038f94472439a0c (diff)
downloadzsh-bdea3cd76838e8f9a656c2476374f637e4e4a0d3.tar.gz
zsh-bdea3cd76838e8f9a656c2476374f637e4e4a0d3.tar.xz
zsh-bdea3cd76838e8f9a656c2476374f637e4e4a0d3.zip
Add socklen_t to possible SOCKLEN_T types.
-rw-r--r--ChangeLog4
-rw-r--r--aczsh.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d5ba6e647..4969182fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-19  Bart Schaefer  <schaefer@zsh.org>
+
+	* 14976: aczsh.m4: Add socklen_t to possible SOCKLEN_T types.
+
 2001-06-19  Andrej Borsenkow  <bor@zsh.org>
 
 	* 14973: acconfig.h, aczsh.m4, zshconfig.ac, Src/Modules/zftp.c:
diff --git a/aczsh.m4 b/aczsh.m4
index d1419e21e..4ac1f6f2e 100644
--- a/aczsh.m4
+++ b/aczsh.m4
@@ -695,7 +695,7 @@ AC_DEFUN([zsh_CHECK_SOCKLEN_T],[
     [base type of the third argument to accept],
     [zsh_cv_type_socklen_t],
     [zsh_cv_type_socklen_t=
-    for zsh_type in int "unsigned long" size_t ; do
+    for zsh_type in socklen_t int "unsigned long" size_t ; do
       AC_TRY_COMPILE(
         [#include <sys/types.h>
          #include <sys/socket.h>],