mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08: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
@ -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 New Issue
Block a user