aboutsummaryrefslogtreecommitdiff
path: root/misc/kcd/files
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2011-09-02 01:18:43 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2011-09-02 01:18:43 +0000
commit0fd1cb998750ed3fc8712b5f49af5130cd7712ec (patch)
tree0d11c2b0bedecf41df206782289367ccdfbabbd3 /misc/kcd/files
parent3c137ee36d02ffec22082e5237aaffb8e2663e33 (diff)
Notes
Diffstat (limited to 'misc/kcd/files')
-rw-r--r--misc/kcd/files/patch-cxxlib.cc18
-rw-r--r--misc/kcd/files/patch-cxxlib.h17
2 files changed, 0 insertions, 35 deletions
diff --git a/misc/kcd/files/patch-cxxlib.cc b/misc/kcd/files/patch-cxxlib.cc
deleted file mode 100644
index 3388c062954a..000000000000
--- a/misc/kcd/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()
diff --git a/misc/kcd/files/patch-cxxlib.h b/misc/kcd/files/patch-cxxlib.h
deleted file mode 100644
index 66512291d73b..000000000000
--- a/misc/kcd/files/patch-cxxlib.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- cxxlib.h.orig Sun Nov 3 23:49:03 2002
-+++ cxxlib.h Wed Nov 6 09:41:36 2002
-@@ -33,12 +33,14 @@
- // new/delete operators
- //
-
-+#ifndef __FreeBSD__
- void *operator new (size_t s) CXX__NEW_THROW;
- void operator delete (void *p) CXX__DELETE_THROW;
- #ifdef CXX__HAVE_ARRAY_NEW
- void *operator new[] (size_t s) CXX__NEW_THROW;
- void operator delete[] (void *p) CXX__DELETE_THROW;
- #endif /* CXX__HAVE_ARRAY_NEW */
-+#endif
-
- //
- // string I/O stream