[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-3.1-testing] xenstore: fix Solaris compile with newer GCC versions
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1207744415 -3600 # Node ID ae5afeac62794ea66232a4b8b961d654d3808826 # Parent b3ca1a3f3b2e8f70291e1944936ba5b0fb957a7c xenstore: fix Solaris compile with newer GCC versions Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> xen-unstable changeset: 17408:cb1f41538756efc93e632e8896b0c2955a82bb51 xen-unstable date: Wed Apr 09 13:32:21 2008 +0100 --- tools/xenstore/xenstored_solaris.c | 1 + 1 files changed, 1 insertion(+) diff -r b3ca1a3f3b2e -r ae5afeac6279 tools/xenstore/xenstored_solaris.c --- a/tools/xenstore/xenstored_solaris.c Mon Apr 07 15:16:20 2008 +0100 +++ b/tools/xenstore/xenstored_solaris.c Wed Apr 09 13:33:35 2008 +0100 @@ -14,6 +14,7 @@ #include <fcntl.h> #include <unistd.h> #include <stdlib.h> +#include <stdarg.h> #include <sys/mman.h> #include <xen/sys/xenbus.h> _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |