[vlc-commits] Do not define ENABLE_ROOTWRAP on OS/2

KO Myung-Hun git at videolan.org
Fri Dec 9 18:10:22 CET 2011


vlc/vlc-1.2 | branch: master | KO Myung-Hun <komh78 at gmail.com> | 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 <remi at remlab.net>
(cherry picked from commit 7126cec981458881f2c042f120afbc65ec4e57ca)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> 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
 



More information about the vlc-commits mailing list