mirror of
https://github.com/simh/simh.git
synced 2026-02-25 08:21:10 +00:00
SLIRP: Fix Coverity changes
This commit is contained in:
@@ -90,8 +90,10 @@ extern "C" {
|
||||
#endif
|
||||
#define WSAEACCES EACCES
|
||||
#define WSAEINTR EINTR
|
||||
#define INVALID_SOCKET ((SOCKET)-1)
|
||||
#define SOCKET_ERROR -1
|
||||
#define INVALID_SOCKET ((SOCKET)-1)
|
||||
#if !defined(SOCKET_ERROR)
|
||||
#define SOCKET_ERROR (-1)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined (VMS) /* VMS unique */
|
||||
|
||||
Reference in New Issue
Block a user