vlc/vlc-1.2 | branch: master | KO Myung-Hun <[email protected]> | Wed Dec  7 
23:09:15 2011 +0900| [57c99022dc2a7db19832caa4bbb0add746c22fc7] | committer: 
Jean-Baptiste Kempf

Do not define ENABLE_ROOTWRAP on OS/2

Signed-off-by: RĂ©mi Denis-Courmont <[email protected]>
(cherry picked from commit 7126cec981458881f2c042f120afbc65ec4e57ca)

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=57c99022dc2a7db19832caa4bbb0add746c22fc7
---

 src/network/rootbind.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/network/rootbind.c b/src/network/rootbind.c
index f8c42cc..3d3229f 100644
--- a/src/network/rootbind.c
+++ b/src/network/rootbind.c
@@ -24,7 +24,7 @@
 
 #define _XPG4_2 /* ancilliary data on Solaris */
 
-#if !defined (WIN32)
+#if !defined (WIN32) && !defined (__OS2__)
 # define ENABLE_ROOTWRAP 1
 #endif
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to