Bug #1088 ยป ruby-1.8.7-p72-gcc43.patch
ruby-1.8.7-p72/ext/socket/socket.c 2009-02-02 06:48:54.000000000 +0100 | ||
---|---|---|
}
|
||
#ifndef NI_MAXHOST
|
||
# define 1025
|
||
# define NI_MAXHOST 1025
|
||
#endif
|
||
#ifndef NI_MAXSERV
|
||
# define 32
|
||
# define NI_MAXSERV 32
|
||
#endif
|
||
static struct addrinfo*
|