summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-bp
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/pvm3/patches/patch-bp')
-rw-r--r--parallel/pvm3/patches/patch-bp17
1 files changed, 0 insertions, 17 deletions
diff --git a/parallel/pvm3/patches/patch-bp b/parallel/pvm3/patches/patch-bp
deleted file mode 100644
index 09ff3cbabb4..00000000000
--- a/parallel/pvm3/patches/patch-bp
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-bp,v 1.1 2004/07/18 18:05:13 dmcmahill Exp $
-
---- tracer/trcsort.c.orig Fri May 11 21:19:44 2001
-+++ tracer/trcsort.c
-@@ -31,8 +31,12 @@ static char rcsid[] =
- #include <sys/types.h>
- #include <sys/stat.h>
-
-+#ifdef HASSTDLIB
-+#include <stdlib.h>
-+#else
- #ifndef IMA_MACOSX
- #include <malloc.h>
-+#endif
- #endif
-
- #ifdef SYSVSTR