From fe1b933e70f50f3351b9d8dbb26a17ddb782bcb9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Fri, 7 Aug 2009 17:16:11 +0300 Subject: [PATCH] Solaris needs _XPG4_2 for ancilliary data (fixes: #3040) --- bin/rootwrap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/rootwrap.c b/bin/rootwrap.c index cff9476b5d..b88d1ee22d 100644 --- a/bin/rootwrap.c +++ b/bin/rootwrap.c @@ -21,6 +21,7 @@ #if HAVE_CONFIG_H # include #endif +#define _XPG4_2 /* ancilliary data on Solaris */ #include /* exit() */ #include -- 2.39.2