summaryrefslogtreecommitdiff
path: root/misc/kcd-devel/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kcd-devel/files/patch-af')
-rw-r--r--misc/kcd-devel/files/patch-af14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/kcd-devel/files/patch-af b/misc/kcd-devel/files/patch-af
deleted file mode 100644
index cfd92798b3cd..000000000000
--- a/misc/kcd-devel/files/patch-af
+++ /dev/null
@@ -1,14 +0,0 @@
---- cxxlib.cc.orig Fri Aug 11 23:14:55 2000
-+++ cxxlib.cc Sat Aug 12 05:33:05 2000
-@@ -19,7 +19,11 @@
- */
-
- #include "cxxlib.h"
-+#ifdef HAVE_MALLOC_H
- #include <malloc.h>
-+#else
-+#include <stdlib.h>
-+#endif
- #include <unistd.h>
-
- extern char progName[];