Re: [Qemu-devel] [PATCH v2 1/2] remove unused include of error.h

2012-08-03 Thread Stefan Hajnoczi
On Fri, Aug 3, 2012 at 4:06 AM, Amos Kong wrote: > Signed-off-by: Amos Kong > --- > qemu_socket.h |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) I have dropped this, see Luiz' comment. Stefan

Re: [Qemu-devel] [PATCH v2 1/2] remove unused include of error.h

2012-08-03 Thread Luiz Capitulino
On Fri, 3 Aug 2012 11:06:21 +0800 Amos Kong wrote: > Signed-off-by: Amos Kong > --- > qemu_socket.h |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/qemu_socket.h b/qemu_socket.h > index 4689ff3..1a2f517 100644 > --- a/qemu_socket.h > +++ b/qemu_socket.h > @@ -27,

[Qemu-devel] [PATCH v2 1/2] remove unused include of error.h

2012-08-02 Thread Amos Kong
Signed-off-by: Amos Kong --- qemu_socket.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/qemu_socket.h b/qemu_socket.h index 4689ff3..1a2f517 100644 --- a/qemu_socket.h +++ b/qemu_socket.h @@ -27,7 +27,6 @@ int inet_aton(const char *cp, struct in_addr *ia); #endif /* !