summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/netperf/patches/patch-ag')
-rw-r--r--benchmarks/netperf/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/benchmarks/netperf/patches/patch-ag b/benchmarks/netperf/patches/patch-ag
new file mode 100644
index 00000000000..a27f520d052
--- /dev/null
+++ b/benchmarks/netperf/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2007/08/08 20:30:14 joerg Exp $
+
+--- nettest_xti.c.orig 2007-08-08 20:05:32.000000000 +0000
++++ nettest_xti.c
+@@ -49,7 +49,7 @@ char nettest_xti_id[]="\
+ #endif /* WIN32 */
+ #include <stdio.h>
+ #include <time.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ /* xti.h should be included *after* in.h because there are name */
+ /* conflicts!( Silly standards people... raj 2/95 fortuenately, the */
+ /* confilcts are on IP_TOP and IP_TTL, whcih netperf does not yet use */