From 40a3261d1a6e2617f6afde0cd6d762a7e211af7a Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 16 Oct 2005 07:41:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'. --- misc/kcd-devel/files/patch-cxxlib.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 misc/kcd-devel/files/patch-cxxlib.h (limited to 'misc/kcd-devel/files/patch-cxxlib.h') diff --git a/misc/kcd-devel/files/patch-cxxlib.h b/misc/kcd-devel/files/patch-cxxlib.h deleted file mode 100644 index 66512291d73b..000000000000 --- a/misc/kcd-devel/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 -- cgit v1.2.3