mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/socket/mkconstants.rb: rename level_to_int to iplevel_to_int.
rename intern_level to intern_iplevel. * ext/socket/constants.c: follow the renaming. * ext/socket/option.c: ditto. * ext/socket/ancdata.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f5da7031b9
commit
2dd3fa9f3e
5 changed files with 16 additions and 5 deletions
|
@ -61,7 +61,7 @@ int
|
|||
level_arg(int family, VALUE level)
|
||||
{
|
||||
/* convert SOL_SOCKET, IPPROTO_TCP, etc. */
|
||||
return constant_arg(level, level_to_int, "unknown protocol level");
|
||||
return constant_arg(level, iplevel_to_int, "unknown protocol level");
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue