diff --git a/sys/i386/include/ansi.h b/sys/i386/include/ansi.h index b9bb2e4b221f..fe11c9a1be62 100644 --- a/sys/i386/include/ansi.h +++ b/sys/i386/include/ansi.h @@ -51,11 +51,11 @@ #define _BSD_PTRDIFF_T_ int /* ptr1 - ptr2 */ #define _BSD_RUNE_T_ _BSD_CT_RUNE_T_ /* rune_t (see below) */ #define _BSD_SIZE_T_ unsigned int /* sizeof() */ +#define _BSD_SOCKLEN_T_ __uint32_t #define _BSD_SSIZE_T_ int /* byte count or error */ #define _BSD_TIME_T_ long /* time()... */ #define _BSD_TIMER_T_ int /* timer_gettime()... */ #define _BSD_WCHAR_T_ _BSD_CT_RUNE_T_ /* wchar_t (see below) */ -#define _BSD_SOCKLEN_T_ __uint32_t /* socklen_t */ /* * Types which are fundamental to the implementation and must be used