* ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if not
available. fix compilation error on mswin32-60. reported by nobu. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9694fa9517
commit
2316cd4d0c
@ -1,3 +1,8 @@
|
|||||||
|
Sun Dec 26 20:52:21 2010 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if not
|
||||||
|
available. fix compilation error on mswin32-60. reported by nobu.
|
||||||
|
|
||||||
Sun Dec 26 19:37:37 2010 Tanaka Akira <akr@fsij.org>
|
Sun Dec 26 19:37:37 2010 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* ext/socket/option.c: define IFNAMSIZ if not available.
|
* ext/socket/option.c: define IFNAMSIZ if not available.
|
||||||
|
@ -677,7 +677,7 @@ IPV6_RECVPATHMTU
|
|||||||
IPV6_TCLASS
|
IPV6_TCLASS
|
||||||
IPV6_USE_MIN_MTU
|
IPV6_USE_MIN_MTU
|
||||||
|
|
||||||
INET_ADDRSTRLEN
|
INET_ADDRSTRLEN 16
|
||||||
INET6_ADDRSTRLEN
|
INET6_ADDRSTRLEN
|
||||||
IFNAMSIZ
|
IFNAMSIZ
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user