summaryrefslogtreecommitdiff
path: root/x11-fm/xfm/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/xfm/files/patch-ab')
-rw-r--r--x11-fm/xfm/files/patch-ab17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-fm/xfm/files/patch-ab b/x11-fm/xfm/files/patch-ab
deleted file mode 100644
index 13fed2e9684d..000000000000
--- a/x11-fm/xfm/files/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/Fm.h.orig Tue Aug 1 09:09:35 2000
-+++ src/Fm.h Tue Aug 1 09:16:04 2000
-@@ -19,10 +19,14 @@
- #include <malloc.h>
- #endif
-
-+#ifdef __FreeBSD__
-+#include <stdlib.h>
-+#else
- #ifdef _AIX
- #pragma alloca
- #else
- #include <alloca.h>
-+#endif
- #endif
-
- #include <stdio.h>