This project is closed and read-only.
Bug #414 ยป ruby-1.8.6.111-gcc43.patch
| ruby-1.8.6-p111/ext/socket/socket.c 2008-02-19 11:24:22.000000000 +0900 | ||
|---|---|---|
|
}
|
||
|
#ifndef NI_MAXHOST
|
||
|
# define 1025
|
||
|
# define NI_MAXHOST 1025
|
||
|
#endif
|
||
|
#ifndef NI_MAXSERV
|
||
|
# define 32
|
||
|
# define NI_MAXSERV 32
|
||
|
#endif
|
||
|
static struct addrinfo*
|
||