summaryrefslogtreecommitdiff
path: root/misc/kcd-devel/files/patch-cxxlib.cc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kcd-devel/files/patch-cxxlib.cc')
-rw-r--r--misc/kcd-devel/files/patch-cxxlib.cc18
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/kcd-devel/files/patch-cxxlib.cc b/misc/kcd-devel/files/patch-cxxlib.cc
deleted file mode 100644
index 3388c062954a..000000000000
--- a/misc/kcd-devel/files/patch-cxxlib.cc
+++ /dev/null
@@ -1,18 +0,0 @@
---- cxxlib.cc.orig Sun Nov 3 23:49:03 2002
-+++ cxxlib.cc Wed Nov 6 09:42:38 2002
-@@ -48,6 +48,7 @@
- abort();
- }
-
-+#ifndef __FreeBSD__
- void *operator new (size_t size) CXX__NEW_THROW
- {
- #ifdef LARGE_MEMORY_THRES
-@@ -101,6 +102,7 @@
- }
-
- #endif /* CXX__HAVE_ARRAY_NEW */
-+#endif
-
- #ifndef CXX__NEW_THROW_BAD_ALLOC
- void kcd_new_handler()