summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-bo
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/pvm3/patches/patch-bo')
-rw-r--r--parallel/pvm3/patches/patch-bo17
1 files changed, 17 insertions, 0 deletions
diff --git a/parallel/pvm3/patches/patch-bo b/parallel/pvm3/patches/patch-bo
new file mode 100644
index 00000000000..e93b7eb9b47
--- /dev/null
+++ b/parallel/pvm3/patches/patch-bo
@@ -0,0 +1,17 @@
+$NetBSD: patch-bo,v 1.1 2004/07/18 18:05:13 dmcmahill Exp $
+
+--- tracer/trclib.h.orig Fri May 11 21:19:43 2001
++++ tracer/trclib.h
+@@ -34,8 +34,12 @@
+ #include "pvmwin.h"
+ #endif
+ #include <time.h>
++#ifdef HASSTDLIB
++#include <stdlib.h>
++#else
+ #ifndef IMA_MACOSX
+ #include <malloc.h>
++#endif
+ #endif
+
+