Re: [Qemu-devel] [PATCH 1/2] net: fix trace when debug is activated in slirp

2011-03-05 Thread Blue Swirl
Thanks, applied both. On Thu, Mar 3, 2011 at 12:25 AM, Vincent Palatin wrote: > make the code compile correctly when DEBUG is activated. > > Signed-off-by: Vincent Palatin > --- >  slirp/bootp.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/slirp/bootp.c b/slirp/

Re: [Qemu-devel] [PATCH 1/2] net: fix trace when debug is activated in slirp

2011-03-03 Thread Stefan Hajnoczi
On Wed, Mar 2, 2011 at 10:25 PM, Vincent Palatin wrote: > make the code compile correctly when DEBUG is activated. > > Signed-off-by: Vincent Palatin > --- >  slirp/bootp.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/slirp/bootp.c b/slirp/bootp.c > index 0905c6d

[Qemu-devel] [PATCH 1/2] net: fix trace when debug is activated in slirp

2011-03-02 Thread Vincent Palatin
make the code compile correctly when DEBUG is activated. Signed-off-by: Vincent Palatin --- slirp/bootp.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/slirp/bootp.c b/slirp/bootp.c index 0905c6d..1eb2ed1 100644 --- a/slirp/bootp.c +++ b/slirp/bootp.c @@ -284,7 +284,7