mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Fix typo in socklen_t comment (signal.h -> sys/types.h and sys/socket.h)
This commit is contained in:
parent
184a966329
commit
5d19e04366
1 changed files with 1 additions and 1 deletions
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Reference in a new issue