mirror of
https://github.com/simh/simh.git
synced 2026-02-26 16:54:22 +00:00
SOCKETS: Fixed commit e69c3adf5 to also work on non Windows platforms
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
#define WSAEAFNOSUPPORT EAFNOSUPPORT
|
||||
#endif
|
||||
#define WSAEACCES EACCES
|
||||
#define WSAEINTR EINTR
|
||||
#define INVALID_SOCKET ((SOCKET)-1)
|
||||
#define SOCKET_ERROR -1
|
||||
#include <sys/types.h> /* for fcntl, getpid */
|
||||
|
||||
Reference in New Issue
Block a user