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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user