[vlc-commits] Do not define ENABLE_ROOTWRAP on OS/2
KO Myung-Hun
git at videolan.org
Wed Dec 7 19:00:03 CET 2011
vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Wed Dec 7 23:09:15 2011 +0900| [7126cec981458881f2c042f120afbc65ec4e57ca] | committer: Rémi Denis-Courmont
Do not define ENABLE_ROOTWRAP on OS/2
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7126cec981458881f2c042f120afbc65ec4e57ca
---
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