From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] libxl: build fix Date: Tue, 1 Dec 2009 15:40:35 +0100 Message-ID: <200912011540.35879.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_jrSFL91rTQyRP86" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_jrSFL91rTQyRP86 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! Attached patch makes libxl build on NetBSD. Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --Boundary-00=_jrSFL91rTQyRP86 Content-Type: text/x-diff; charset="iso 8859-15"; name="xen_tools_libxl.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_tools_libxl.diff" diff -r 030589859a8f tools/libxl/libxl_exec.c --- a/tools/libxl/libxl_exec.c Tue Dec 01 15:14:29 2009 +0100 +++ b/tools/libxl/libxl_exec.c Tue Dec 01 15:40:57 2009 +0100 @@ -25,6 +25,7 @@ #include #include #include +#include /* for SIGKILL */ #include "libxl.h" #include "libxl_internal.h" --Boundary-00=_jrSFL91rTQyRP86 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_jrSFL91rTQyRP86--