vlc | branch: master | KO Myung-Hun <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
