WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] Missing include in libxl_pci.c

To: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] Missing include in libxl_pci.c
From: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
Date: Wed, 1 Sep 2010 10:57:31 +0100
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Delivery-date: Wed, 01 Sep 2010 03:02:48 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4C7BB57F.9030903@xxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4C7BB57F.9030903@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Mon, 2010-08-30 at 14:43 +0100, Daniel De Graaf wrote:
> Missing include in tools/libxl/libxl_pci.c: lstat() call requires
> <sys/stat.h>.
> 
> Signed-off-by: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>
> 
> diff -r 3c4c3d48a835 tools/libxl/libxl_pci.c
> --- a/tools/libxl/libxl_pci.c   Thu Aug 26 11:16:56 2010 +0100
> +++ b/tools/libxl/libxl_pci.c   Mon Aug 30 09:38:00 2010 -0400
> @@ -24,6 +24,7 @@
>  #include <sys/select.h>
>  #include <sys/mman.h>
>  #include <sys/wait.h>
> +#include <sys/stat.h>
>  #include <signal.h>
>  #include <unistd.h> /* for write, unlink and close */
>  #include <stdint.h>


Looks good to me


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] [PATCH] Missing include in libxl_pci.c, Gianni Tedesco <=