[vlc-commits] os2: getaddrinfo: fix typo

2014-08-28 Thread KO Myung-Hun
vlc | branch: master | KO Myung-Hun kom...@gmail.com | Thu Aug 28 16:14:51 
2014 +0900| [ecd7f4e2e784e908626afe9804bc380abb07115e] | committer: 
Jean-Baptiste Kempf

os2: getaddrinfo: fix typo

Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ecd7f4e2e784e908626afe9804bc380abb07115e
---

 src/os2/getaddrinfo.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/os2/getaddrinfo.c b/src/os2/getaddrinfo.c
index c0dc419..1a3f8a4 100644
--- a/src/os2/getaddrinfo.c
+++ b/src/os2/getaddrinfo.c
@@ -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:

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] os2: getaddrinfo: fix typo

2014-08-28 Thread KO Myung-Hun
vlc/vlc-2.2 | branch: master | KO Myung-Hun kom...@gmail.com | Thu Aug 28 
16:14:51 2014 +0900| [550b629c83ed85e5a84fd60285e565f079f57484] | committer: 
Jean-Baptiste Kempf

os2: getaddrinfo: fix typo

Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
(cherry picked from commit ecd7f4e2e784e908626afe9804bc380abb07115e)
Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=550b629c83ed85e5a84fd60285e565f079f57484
---

 src/os2/getaddrinfo.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/os2/getaddrinfo.c b/src/os2/getaddrinfo.c
index c0dc419..1a3f8a4 100644
--- a/src/os2/getaddrinfo.c
+++ b/src/os2/getaddrinfo.c
@@ -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:

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits