1
0
mirror of https://github.com/simh/simh.git synced 2026-02-09 01:31:39 +00:00

slirp: cleanup for submission upstream back to qemu

Minimize the include file set and their contents to only provide the slirp
 referenced qemu includes and interfaces.
This commit is contained in:
Mark Pizzolato
2015-10-22 09:55:05 -07:00
parent eff1ef12e7
commit 7ad57d7fa8
98 changed files with 386 additions and 15031 deletions

View File

@@ -634,7 +634,7 @@ tcp_listen(Slirp *slirp, uint32_t haddr, u_int hport, uint32_t laddr,
closesocket(s);
sofree(so);
fprintf (stderr, "\r\nSocket Error %d\r\n", tmperrno);
fprintf (stderr, "Socket Error %d", tmperrno);
/* Restore the real errno */
#ifdef _WIN32
WSASetLastError(tmperrno);