Skip to content

Commit

Permalink
* ext/socket/mkconstants.rb: add IF_NAMESIZE.
Browse files Browse the repository at this point in the history
  add a default for INET6_ADDRSTRLEN.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Dec 26, 2010
1 parent 205cc6c commit 011bcd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Mon Dec 27 01:30:08 2010 Tanaka Akira <[email protected]>

* ext/socket/mkconstants.rb: add IF_NAMESIZE.
add a default for INET6_ADDRSTRLEN.

Sun Dec 26 23:49:47 2010 KOSAKI Motohiro <[email protected]>

* win32/Makefile.sub: suppress a strange error message when RMALL
Expand Down
5 changes: 3 additions & 2 deletions ext/socket/mkconstants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -677,9 +677,10 @@ def def_intern(func_name, pat, prefix_optional=nil)
IPV6_TCLASS
IPV6_USE_MIN_MTU

INET_ADDRSTRLEN 16
INET6_ADDRSTRLEN
INET_ADDRSTRLEN 16
INET6_ADDRSTRLEN 46
IFNAMSIZ
IF_NAMESIZE

SOMAXCONN

Expand Down

0 comments on commit 011bcd4

Please sign in to comment.