summaryrefslogtreecommitdiff
path: root/games/wolfpack/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'games/wolfpack/files/patch-ae')
-rw-r--r--games/wolfpack/files/patch-ae14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/wolfpack/files/patch-ae b/games/wolfpack/files/patch-ae
deleted file mode 100644
index 5b0204f9ecf5..000000000000
--- a/games/wolfpack/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/lib/lwp/sem.c.orig Sat Dec 16 18:54:39 2000
-+++ src/lib/lwp/sem.c Sat Dec 16 18:55:01 2000
-@@ -20,7 +20,11 @@
- * Imperial College of Science, Technology and Medicine, 180 Queen's
- * Gate, London SW7 2BZ, England.
- */
-+#if defined(__FreeBSD__)
-+#include <stdlib.h>
-+#else
- #include <malloc.h>
-+#endif
- #include <string.h>
-
- #include "lwp.h"