|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] libxl: include signal.h, required for SIG
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1259743450 0
# Node ID 10790a28295816148e7992da047a26a8093c5e43
# Parent aae0afcc05e38a378e43fe5f399a8138291cab55
libxl: include signal.h, required for SIGKILL definition
...makes libxl build on NetBSD.
Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
---
tools/libxl/libxl_exec.c | 1 +
1 files changed, 1 insertion(+)
diff -r aae0afcc05e3 -r 10790a282958 tools/libxl/libxl_exec.c
--- a/tools/libxl/libxl_exec.c Tue Dec 01 14:19:28 2009 +0000
+++ b/tools/libxl/libxl_exec.c Wed Dec 02 08:44:10 2009 +0000
@@ -25,6 +25,7 @@
#include <assert.h>
#include <sys/types.h>
#include <sys/wait.h>
+#include <signal.h> /* for SIGKILL */
#include "libxl.h"
#include "libxl_internal.h"
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] libxl: include signal.h, required for SIGKILL definition,
Xen patchbot-unstable <=
|
|
|
|
|