# HG changeset patch # User Zhigang Wang <zhigang.x.wang@oracle.com> # Date 1280719211 -28800 # Node ID 21855d1dd84ebfc8eb8b276b0dcb898cac888098 # Parent 3263d0ff9476f574961a3975897fe33601253b56 liblx: fix fstat() build warning. Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com> diff -r 3263d0ff9476 -r 21855d1dd84e tools/libxl/libxl.c --- a/tools/libxl/libxl.c Thu Jul 29 16:53:40 2010 +0100 +++ b/tools/libxl/libxl.c Mon Aug 02 11:20:11 2010 +0800 @@ -20,6 +20,7 @@ #include <string.h> #include <stdlib.h> #include <sys/types.h> +#include <sys/stat.h> #include <fcntl.h> #include <sys/select.h> #include <sys/mman.h> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Zhigang Wang
2010-Aug-02 04:13 UTC
Re: [Xen-devel] [PATCH] liblx: fix fstat() build warning - please ignore
Accidentally send while testing patchbomb. Please ignore. My patchbomb finally working ;-). Zhigang On 08/02/2010 12:04 PM, Zhigang Wang wrote:> # HG changeset patch > # User Zhigang Wang <zhigang.x.wang@oracle.com> > # Date 1280719211 -28800 > # Node ID 21855d1dd84ebfc8eb8b276b0dcb898cac888098 > # Parent 3263d0ff9476f574961a3975897fe33601253b56 > liblx: fix fstat() build warning. > > Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com> > > diff -r 3263d0ff9476 -r 21855d1dd84e tools/libxl/libxl.c > --- a/tools/libxl/libxl.c Thu Jul 29 16:53:40 2010 +0100 > +++ b/tools/libxl/libxl.c Mon Aug 02 11:20:11 2010 +0800 > @@ -20,6 +20,7 @@ > #include <string.h> > #include <stdlib.h> > #include <sys/types.h> > +#include <sys/stat.h> > #include <fcntl.h> > #include <sys/select.h> > #include <sys/mman.h> > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel