os2: getaddrinfo: fix typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
KO Myung-Hun 2014-08-28 16:14:51 +09:00 committed by Jean-Baptiste Kempf
parent 9fc9d52165
commit ecd7f4e2e7
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ getaddrinfo (const char *node, const char *service,
protocol = IPPROTO_UDP;
break;
#ifndef SOCK_RAW
#ifdef SOCK_RAW
case SOCK_RAW:
#endif
case 0: