Searched hist:"3 e9c0bd52c9b62318ea3f9e7a59147b22edeb5fb" (Results 1 – 1 of 1) sorted by relevance
/freebsd/include/ |
H A D | netdb.h | diff 3e9c0bd52c9b62318ea3f9e7a59147b22edeb5fb Thu Oct 04 12:34:30 CEST 2001 Bruce Evans <bde@FreeBSD.org> Fixed order of includes. <sys/cdefs.h> must be included before <machine/ansi.h> for the definition of __signed, unless the compiler is gcc.
Moved the declaration of socklen_t up together with the declaration of size_t, and removed low-quality comment about this declaration. Declaring socklen_t in this file is normal in POSIX-1.200x, unlike declaring size_t. diff 3e9c0bd52c9b62318ea3f9e7a59147b22edeb5fb Thu Oct 04 12:34:30 CEST 2001 Bruce Evans <bde@FreeBSD.org> Fixed order of includes. <sys/cdefs.h> must be included before <machine/ansi.h> for the definition of __signed, unless the compiler is gcc.
Moved the declaration of socklen_t up together with the declaration of size_t, and removed low-quality comment about this declaration. Declaring socklen_t in this file is normal in POSIX-1.200x, unlike declaring size_t.
|