mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
constants.c: fix macro name
* ext/socket/constants.c (rsock_cmsg_type_arg): fix macro name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f507cce021
commit
65adadedcd
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Apr 9 00:28:40 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/socket/constants.c (rsock_cmsg_type_arg): fix macro name.
|
||||
|
||||
Mon Apr 8 23:57:21 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* object.c (id_for_setter): extract common code from const, class
|
||||
|
|
|
@ -105,7 +105,7 @@ rsock_cmsg_type_arg(int family, int level, VALUE type)
|
|||
return constant_arg(type, rsock_scm_optname_to_int, "unknown UNIX control message");
|
||||
case IPPROTO_IP:
|
||||
return constant_arg(type, rsock_ip_optname_to_int, "unknown IP control message");
|
||||
#ifdef INET6
|
||||
#ifdef IPPROTO_IPV6
|
||||
case IPPROTO_IPV6:
|
||||
return constant_arg(type, rsock_ipv6_optname_to_int, "unknown IPv6 control message");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue