1
0
mirror of https://github.com/simh/simh.git synced 2026-04-13 23:44:44 +00:00

SCP: Merge minor changes from Supnik-Current branch

This commit is contained in:
Mark Pizzolato
2020-12-18 10:02:18 -08:00
parent c1ccc54da9
commit 746f806bb3
2 changed files with 9 additions and 9 deletions

View File

@@ -568,7 +568,7 @@ if ((stbuf.st_mode & S_IFIFO)) {
return -1;
}
#if defined (__linux__) || defined (__APPLE__)
#if defined (__linux__) || defined (__APPLE__) || defined (__CYGWIN__) || defined (__FreeBSD__)
#include <sys/mman.h>
struct SHMEM {