* ext/socket/option.c (inspect_byte): used only on NetBSD.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-05-31 22:53:58 +00:00
Родитель ce20b98b14
Коммит 488f478d24
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -484,6 +484,7 @@ inspect_int(int level, int optname, VALUE data, VALUE ret)
}
}
#ifdef __NetBSD__
static int
inspect_byte(int level, int optname, VALUE data, VALUE ret)
{
@ -495,6 +496,7 @@ inspect_byte(int level, int optname, VALUE data, VALUE ret)
return 0;
}
}
#endif
static int
inspect_errno(int level, int optname, VALUE data, VALUE ret)