[vlc-commits] commit: Fix Solaris building (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu Sep 16 18:45:33 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 16 18:45:16 2010 +0200| [c6b2d01d4df5e571ea90373f2cf224b7e49d36fd] | committer: Jean-Baptiste Kempf 

Fix Solaris building

Close #3040

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

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

diff --git a/src/network/rootbind.c b/src/network/rootbind.c
index c523602..65a956f 100644
--- a/src/network/rootbind.c
+++ b/src/network/rootbind.c
@@ -22,6 +22,8 @@
 # include <config.h>
 #endif
 
+#define _XPG4_2 /* ancilliary data on Solaris */
+
 #if !defined (WIN32) && !defined (SYS_BEOS)
 # define ENABLE_ROOTWRAP 1
 #endif



More information about the vlc-commits mailing list