summaryrefslogtreecommitdiff
path: root/src/dedicated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dedicated.cpp')
-rw-r--r--src/dedicated.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dedicated.cpp b/src/dedicated.cpp
index ce383ee4a..e80abab16 100644
--- a/src/dedicated.cpp
+++ b/src/dedicated.cpp
@@ -16,7 +16,7 @@
char *_log_file = NULL; ///< File to reroute output of a forked OpenTTD to
FILE *_log_fd = NULL; ///< File to reroute output of a forked OpenTTD to
-#if defined(UNIX) && !defined(__MORPHOS__)
+#if defined(UNIX)
#include <unistd.h>
@@ -71,7 +71,7 @@ void DedicatedFork()
#else
-/** Empty helper function call for NOT(UNIX and not MORPHOS) systems */
+/** Empty helper function call for NOT(UNIX) systems */
void DedicatedFork() {}
#endif /* ENABLE_NETWORK */