qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] w32/slirp: Undefine error constants before their re


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH] w32/slirp: Undefine error constants before their redefinition
Date: Wed, 28 Mar 2012 21:05:33 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

Less warnings for your console.

Signed-off-by: Jan Kiszka <address@hidden>
---

I'll carry this in my queue.

 slirp/slirp.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/slirp/slirp.h b/slirp/slirp.h
index 2098b20..46bfe46 100644
--- a/slirp/slirp.h
+++ b/slirp/slirp.h
@@ -15,6 +15,12 @@ typedef char *caddr_t;
 # include <sys/timeb.h>
 # include <iphlpapi.h>
 
+# undef EWOULDBLOCK
+# undef EINPROGRESS
+# undef ENOTCONN
+# undef EHOSTUNREACH
+# undef ENETUNREACH
+# undef ECONNREFUSED
 # define EWOULDBLOCK WSAEWOULDBLOCK
 # define EINPROGRESS WSAEINPROGRESS
 # define ENOTCONN WSAENOTCONN
-- 
1.7.3.4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]