aboutsummaryrefslogtreecommitdiff
path: root/biology/star/files/patch-SharedMemory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'biology/star/files/patch-SharedMemory.cpp')
-rw-r--r--biology/star/files/patch-SharedMemory.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/biology/star/files/patch-SharedMemory.cpp b/biology/star/files/patch-SharedMemory.cpp
deleted file mode 100644
index 54f83b99f369..000000000000
--- a/biology/star/files/patch-SharedMemory.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- SharedMemory.cpp.orig 2019-04-21 19:57:39 UTC
-+++ SharedMemory.cpp
-@@ -11,7 +11,7 @@
- #include <semaphore.h>
- #include <errno.h>
-
--#ifdef COMPILE_FOR_MAC
-+#if defined(COMPILE_FOR_MAC) || defined(__FreeBSD__)
- //some Mac's idiosyncrasies: standard SHM libraries are very old and missing some definitions
- #define SHM_NORESERVE 0
- #endif