mirror of
https://github.com/simh/simh.git
synced 2026-05-03 22:48:35 +00:00
SLIRP: Fix Coverity changes
This commit is contained in:
@@ -91,7 +91,9 @@ extern "C" {
|
||||
#define WSAEACCES EACCES
|
||||
#define WSAEINTR EINTR
|
||||
#define INVALID_SOCKET ((SOCKET)-1)
|
||||
#define SOCKET_ERROR -1
|
||||
#if !defined(SOCKET_ERROR)
|
||||
#define SOCKET_ERROR (-1)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined (VMS) /* VMS unique */
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
typedef int SOCKET;
|
||||
#define SOCKET_ERROR (-1)
|
||||
#endif
|
||||
|
||||
#ifndef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user