Re: [Qemu-devel] [PATCH 1/3] net: Make inet_strfamily() public

2010-01-20 Thread Anthony Liguori
On 01/20/2010 07:42 AM, Luiz Capitulino wrote: So that it can be used by other subsystems. Signed-off-by: Luiz Capitulino Applied. Thanks. Regards, Anthony Liguori --- qemu-sockets.c |2 +- qemu_socket.h |1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/

[Qemu-devel] [PATCH 1/3] net: Make inet_strfamily() public

2010-01-20 Thread Luiz Capitulino
So that it can be used by other subsystems. Signed-off-by: Luiz Capitulino --- qemu-sockets.c |2 +- qemu_socket.h |1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/qemu-sockets.c b/qemu-sockets.c index 8850516..720de22 100644 --- a/qemu-sockets.c +++ b/qemu-sockets.c