Commit 550b629c authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Jean-Baptiste Kempf

os2: getaddrinfo: fix typo

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit ecd7f4e2e784e908626afe9804bc380abb07115e)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 39fb0652
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment