[vlc-devel] commit: Solaris needs _XPG4_2 for ancilliary data (fixes: #3040) ( Rémi Denis-Courmont )

git version control git at videolan.org
Fri Aug 7 16:18:10 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Fri Aug  7 17:16:11 2009 +0300| [7a6588e74103b69a2d4937e8ddc4d4dde3873066] | committer: Rémi Denis-Courmont 

Solaris needs _XPG4_2 for ancilliary data (fixes: #3040)

(cherry picked from commit 993fe206c2d56ebc6664073413e100ee359c0615)

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

 bin/rootwrap.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/bin/rootwrap.c b/bin/rootwrap.c
index cff9476..b88d1ee 100644
--- a/bin/rootwrap.c
+++ b/bin/rootwrap.c
@@ -21,6 +21,7 @@
 #if HAVE_CONFIG_H
 # include <config.h>
 #endif
+#define _XPG4_2 /* ancilliary data on Solaris */
 
 #include <stdlib.h> /* exit() */
 #include <stdio.h>




More information about the vlc-devel mailing list