Fix warnings inside sockets.c with "gcc" compilers. See "Description" in http://www.opengroup.org/onlinepubs/007908799/xns/syssocket.h.html :

This commit is contained in:
fbernon 2007-09-04 14:30:26 +00:00
parent 79b0484e20
commit d794357504

View File

@ -58,7 +58,7 @@ struct sockaddr {
}; };
#ifndef socklen_t #ifndef socklen_t
# define socklen_t int # define socklen_t u32_t
#endif #endif