1
0
mirror of https://github.com/simh/simh.git synced 2026-02-15 20:27:40 +00:00

SCP: Remove legacy support for OS2 and MetroWerks on Macintosh OS 9

This commit is contained in:
Mark Pizzolato
2023-04-05 08:41:33 -10:00
parent f98156842a
commit 287f2928ab
5 changed files with 2 additions and 419 deletions

View File

@@ -71,7 +71,7 @@ extern "C" {
#pragma pop_macro ("PURE")
#pragma pop_macro ("INT_PTR")
#elif !defined (__OS2__) || defined (__EMX__) /* VMS, Mac, Unix, OS/2 EMX */
#else /* VMS, Mac, Unix */
#include <sys/types.h> /* for fcntl, getpid */
#include <sys/socket.h> /* for sockets */
#include <string.h>