[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [Xen-staging] [xen staging] libxl: ao abort: Handle SIGTERM in save/restore helper
Ian Campbell writes ("Re: [Xen-staging] [xen staging] libxl: ao abort: Handle SIGTERM in save/restore helper"): > On Fri, 2015-06-26 at 16:03 +0000, patchbot@xxxxxxx wrote: > > commit b6ac9b7fc6bb18057a1aa114296b32f59b40e187 > > Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > > AuthorDate: Tue Feb 10 19:05:06 2015 +0000 > > Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> > > CommitDate: Fri Jun 26 16:53:51 2015 +0100 > > > > libxl: ao abort: Handle SIGTERM in save/restore helper > > Trying to do a build test of my libxenctrl split on FreeBSD I came > across this build failure with current staging (without my patches) > which I suspect is down to this change. Missing a header perhaps? Sorry. Try this ? Ian. diff --git a/tools/libxl/libxl_save_helper.c b/tools/libxl/libxl_save_helper.c index 0be77c9..14675ae 100644 --- a/tools/libxl/libxl_save_helper.c +++ b/tools/libxl/libxl_save_helper.c @@ -41,6 +41,7 @@ #include <assert.h> #include <inttypes.h> #include <fcntl.h> +#include <signal.h> #include "libxl.h" #include "libxl_utils.h" _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |