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, 17 insertions, 0 deletions
diff --git a/parallel/pvm3/patches/patch-bp b/parallel/pvm3/patches/patch-bp
new file mode 100644
index 00000000000..09ff3cbabb4
--- /dev/null
+++ b/parallel/pvm3/patches/patch-bp
@@ -0,0 +1,17 @@
+$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