summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/netperf/patches/patch-ac')
-rw-r--r--benchmarks/netperf/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/benchmarks/netperf/patches/patch-ac b/benchmarks/netperf/patches/patch-ac
new file mode 100644
index 00000000000..7be14167b5e
--- /dev/null
+++ b/benchmarks/netperf/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2007/08/08 20:30:13 joerg Exp $
+
+--- nettest_dlpi.c.orig 2007-08-08 20:05:40.000000000 +0000
++++ nettest_dlpi.c
+@@ -31,7 +31,7 @@ char nettest_dlpi_id[]="\
+ #include <stdio.h>
+ #include <string.h>
+ #include <time.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <sys/stream.h>
+ #include <sys/stropts.h>
+ #include <sys/poll.h>