From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] libxl: build fix Date: Tue, 13 Apr 2010 12:16:15 +0200 Message-ID: <201004131216.16083.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_wRExL/NMFaM9hoh" 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=_wRExL/NMFaM9hoh Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! Attached patch makes libxl compile on NetBSD. is needed to get definition for SIGPIPE and SIG_IGN. 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=_wRExL/NMFaM9hoh Content-Type: text/x-diff; charset="iso 8859-15"; name="xen_libxl.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_libxl.diff" diff -r 2a4970daad74 tools/libxl/xl.c --- a/tools/libxl/xl.c Tue Apr 13 09:38:54 2010 +0100 +++ b/tools/libxl/xl.c Tue Apr 13 11:55:30 2010 +0200 @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include --Boundary-00=_wRExL/NMFaM9hoh 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=_wRExL/NMFaM9hoh--