aboutsummaryrefslogtreecommitdiff
path: root/slirp/slirp.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-04-18 09:55:16 +0100
committerPeter Maydell <peter.maydell@linaro.org>2016-04-18 09:55:16 +0100
commitc6c598ca5fba68fbd6612f3330c4015142f2f86a (patch)
treec69ae4debb2b0cdfe423f030478c7c29e5c1c7e7 /slirp/slirp.h
parent072035eba1ceb87a987cc03d756fc2da3f3ba058 (diff)
parent3424c8a9c89a3bc0d29ad38520d2f060e0d0479c (diff)
downloadqemu-c6c598ca5fba68fbd6612f3330c4015142f2f86a.zip
qemu-c6c598ca5fba68fbd6612f3330c4015142f2f86a.tar.gz
qemu-c6c598ca5fba68fbd6612f3330c4015142f2f86a.tar.bz2
Merge remote-tracking branch 'remotes/weil/tags/pull-wxx-20160415' into staging
wxx patch queue # gpg: Signature made Fri 15 Apr 2016 18:36:41 BST using RSA key ID 677450AD # gpg: Good signature from "Stefan Weil <sw@weilnetz.de>" # gpg: aka "Stefan Weil <stefan.weil@weilnetz.de>" # gpg: aka "Stefan Weil <stefan.weil@bib.uni-mannheim.de>" # gpg: WARNING: This key is not certified with sufficiently trusted signatures! # gpg: It is not certain that the signature belongs to the owner. # Primary key fingerprint: 4923 6FEA 75C9 5D69 8EC2 B78A E08C 21D5 6774 50AD * remotes/weil/tags/pull-wxx-20160415: wxx: Fix broken TCP networking (regression) Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'slirp/slirp.h')
-rw-r--r--slirp/slirp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/slirp/slirp.h b/slirp/slirp.h
index c99ebb9..203deec 100644
--- a/slirp/slirp.h
+++ b/slirp/slirp.h
@@ -347,9 +347,4 @@ struct tcpcb *tcp_drop(struct tcpcb *tp, int err);
#define max(x,y) ((x) > (y) ? (x) : (y))
#endif
-#ifdef _WIN32
-#undef errno
-#define errno (WSAGetLastError())
-#endif
-
#endif