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