xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] liblx: fix fstat() build warning
@ 2010-08-02  4:04 Zhigang Wang
  2010-08-02  4:13 ` [PATCH] liblx: fix fstat() build warning - please ignore Zhigang Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Zhigang Wang @ 2010-08-02  4:04 UTC (permalink / raw)
  To: Xen-devel; +Cc: Zhigang Wang

# 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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] liblx: fix fstat() build warning - please ignore
  2010-08-02  4:04 [PATCH] liblx: fix fstat() build warning Zhigang Wang
@ 2010-08-02  4:13 ` Zhigang Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Zhigang Wang @ 2010-08-02  4:13 UTC (permalink / raw)
  To: Xen-devel

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
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-02  4:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02  4:04 [PATCH] liblx: fix fstat() build warning Zhigang Wang
2010-08-02  4:13 ` [PATCH] liblx: fix fstat() build warning - please ignore Zhigang Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).