git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
bbdf393
)
Solaris needs _XPG4_2 for ancilliary data (fixes: #3040)
author
Rémi Denis-Courmont
<remi@remlab.net>
Fri, 7 Aug 2009 14:16:11 +0000
(17:16 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Fri, 7 Aug 2009 14:18:17 +0000
(17:18 +0300)
bin/rootwrap.c
patch
|
blob
|
history
diff --git
a/bin/rootwrap.c
b/bin/rootwrap.c
index
cff9476
..
b88d1ee
100644
(file)
--- a/
bin/rootwrap.c
+++ b/
bin/rootwrap.c
@@
-21,6
+21,7
@@
#if HAVE_CONFIG_H
# include <config.h>
#endif
#if HAVE_CONFIG_H
# include <config.h>
#endif
+#define _XPG4_2 /* ancilliary data on Solaris */
#include <stdlib.h> /* exit() */
#include <stdio.h>
#include <stdlib.h> /* exit() */
#include <stdio.h>