[vlc-devel] [PATCH 6/6] Do not define ENABLE_ROOTWRAP on OS/2

KO Myung-Hun komh78 at gmail.com
Wed Dec 7 15:09:15 CET 2011


---
 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
 
-- 
1.7.3.2




More information about the vlc-devel mailing list