From: Zhigang Wang <zhigang.x.wang@oracle.com>
To: Xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] liblx: fix fstat() build warning - please ignore
Date: Mon, 02 Aug 2010 12:13:11 +0800 [thread overview]
Message-ID: <4C5645D7.3010901@oracle.com> (raw)
In-Reply-To: <21855d1dd84ebfc8eb8b.1280721848@zhigang.cn.oracle.com>
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
>
prev parent reply other threads:[~2010-08-02 4:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-02 4:04 [PATCH] liblx: fix fstat() build warning Zhigang Wang
2010-08-02 4:13 ` Zhigang Wang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C5645D7.3010901@oracle.com \
--to=zhigang.x.wang@oracle.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).