summaryrefslogtreecommitdiff
path: root/devel/boehm-gc/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boehm-gc/patches/patch-ad')
-rw-r--r--devel/boehm-gc/patches/patch-ad28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/boehm-gc/patches/patch-ad b/devel/boehm-gc/patches/patch-ad
deleted file mode 100644
index 1fc8b7a8649..00000000000
--- a/devel/boehm-gc/patches/patch-ad
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-ad,v 1.24 2007/07/07 15:21:08 wiz Exp $
-
-Needed to build with the sun studio compilers
-
---- include/gc_cpp.h.orig 2007-05-09 00:53:31.000000000 +0000
-+++ include/gc_cpp.h
-@@ -219,8 +219,8 @@ extern "C" {typedef void (*GCCleanUpFunc
- inline void* operator new(
- size_t size,
- GCPlacement gcp,
-- GCCleanUpFunc cleanup = 0,
-- void* clientData = 0 );
-+ GCCleanUpFunc cleanup,
-+ void* clientData);
- /*
- Allocates a collectable or uncollected object, according to the
- value of "gcp".
-@@ -264,8 +264,8 @@ inline void* operator new(
- inline void* operator new[](
- size_t size,
- GCPlacement gcp,
-- GCCleanUpFunc cleanup = 0,
-- void* clientData = 0 );
-+ GCCleanUpFunc cleanup,
-+ void* clientData);
- /*
- The operator new for arrays, identical to the above. */
-