Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126334
Collapse All | Expand All

(-)aclocal.m4~ (-1 / +1 lines)
Lines 906-912 Link Here
906
         # "void *" as the second argument to getpeername
906
         # "void *" as the second argument to getpeername
907
         curl_cv_socklen_t_equiv=
907
         curl_cv_socklen_t_equiv=
908
         for arg2 in "struct sockaddr" void; do
908
         for arg2 in "struct sockaddr" void; do
909
            for t in int size_t unsigned long "unsigned long" socklen_t; do
909
            for t in  socklen_t int size_t unsigned long "unsigned long"; do
910
               AC_TRY_COMPILE([
910
               AC_TRY_COMPILE([
911
                  #ifdef HAVE_SYS_TYPES_H
911
                  #ifdef HAVE_SYS_TYPES_H
912
                  #include <sys/types.h>
912
                  #include <sys/types.h>

Return to bug 126334