caddr_t change (to go with vm_alloc.* change?) from Unix files

This commit is contained in:
nigel 2002-04-05 13:00:05 +00:00
parent 71c4389094
commit 4b96b51050

View File

@ -140,6 +140,7 @@ AC_CHECK_SIZEOF(long long, 8)
AC_CHECK_SIZEOF(void *, 4)
AC_TYPE_OFF_T
AC_CHECK_TYPE(loff_t, off_t)
AC_CHECK_TYPE(caddr_t, [char *])
dnl TYPE_SOCKLEN_T
AC_CHECK_TYPE(socklen_t)
AC_TYPE_SIZE_T