ruby-changes:18363
From: akr <ko1@a...>
Date: Sun, 26 Dec 2010 20:54:26 +0900 (JST)
Subject: [ruby-changes:18363] Ruby:r30386 (trunk): * ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if not
akr 2010-12-26 20:54:18 +0900 (Sun, 26 Dec 2010) New Revision: 30386 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30386 Log: * ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if not available. fix compilation error on mswin32-60. reported by nobu. Modified files: trunk/ChangeLog trunk/ext/socket/mkconstants.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 30385) +++ ChangeLog (revision 30386) @@ -1,3 +1,8 @@ +Sun Dec 26 20:52:21 2010 Tanaka Akira <akr@f...> + + * 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@f...> * ext/socket/option.c: define IFNAMSIZ if not available. Index: ext/socket/mkconstants.rb =================================================================== --- ext/socket/mkconstants.rb (revision 30385) +++ ext/socket/mkconstants.rb (revision 30386) @@ -677,7 +677,7 @@ IPV6_TCLASS IPV6_USE_MIN_MTU -INET_ADDRSTRLEN +INET_ADDRSTRLEN 16 INET6_ADDRSTRLEN IFNAMSIZ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/