mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
This ifdef should be useless after r30374.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
085e40d45b
commit
acc69509cb
2 changed files with 0 additions and 6 deletions
|
@ -114,9 +114,6 @@ static struct afd {
|
|||
#define ENI_FAMILY 5
|
||||
#define ENI_SALEN 6
|
||||
|
||||
#ifdef __HAIKU__
|
||||
#define HAVE_INET_NTOP
|
||||
#endif
|
||||
#ifndef HAVE_INET_NTOP
|
||||
static const char *
|
||||
inet_ntop(int af, const void *addr, char *numaddr, size_t numaddr_len)
|
||||
|
|
|
@ -433,9 +433,6 @@ inspect_timeval_as_interval(int level, int optname, VALUE data, VALUE ret)
|
|||
* it is not distinguishable by the size.
|
||||
*/
|
||||
|
||||
#ifdef __HAIKU__
|
||||
#define HAVE_INET_NTOP
|
||||
#endif
|
||||
#ifndef HAVE_INET_NTOP
|
||||
static char *
|
||||
inet_ntop(int af, const void *addr, char *numaddr, size_t numaddr_len)
|
||||
|
|
Loading…
Reference in a new issue