From bdea3cd76838e8f9a656c2476374f637e4e4a0d3 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 19 Jun 2001 16:41:03 +0000 Subject: Add socklen_t to possible SOCKLEN_T types. --- aczsh.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aczsh.m4') 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 #include ], -- cgit 1.4.1