From: Hallvard Furuseth Date: Wed, 14 Jul 1999 12:08:58 +0000 (+0000) Subject: Fix typo in socklen_t comment (signal.h -> sys/types.h and sys/socket.h) X-Git-Tag: OPENLDAP_REL_ENG_2_BP~140 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5d19e043666051aa6c5956ade7972f6effc1e9c6;p=openldap Fix typo in socklen_t comment (signal.h -> sys/types.h and sys/socket.h) --- diff --git a/build/openldap.m4 b/build/openldap.m4 index e04cebc9d5..89031bf31d 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -745,7 +745,7 @@ AC_DEFUN(OL_TYPE_SIG_ATOMIC_T, ])dnl dnl dnl ==================================================================== -dnl Define socklen_t if not defined in signal.h +dnl Define socklen_t if not defined in sys/types.h or sys/socket.h AC_DEFUN(OL_TYPE_SOCKLEN_T, [AC_CACHE_CHECK(for socklen_t, ol_cv_type_socklen_t, [AC_TRY_COMPILE([