summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-bp
blob: 09ff3cbabb4ab11298df9731fae1f1947bd8ad1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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