summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/files/patch-netperf.c
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-21 01:02:54 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-21 01:02:54 +0000
commit460580a8a462e3463b11487291f4ca630f9bb52a (patch)
tree6b9baacab4e7fbafb9bb1e4d35434ed9c8171001 /benchmarks/netperf/files/patch-netperf.c
parentsorry, don't know how that slipped by me (diff)
Upgrade to 2.2pl2. Almost of IPv6 patch was merged but netperf still
barks with -DDO_1644.
Diffstat (limited to '')
-rw-r--r--benchmarks/netperf/files/patch-netperf.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/netperf/files/patch-netperf.c b/benchmarks/netperf/files/patch-netperf.c
new file mode 100644
index 000000000000..7959914c6d58
--- /dev/null
+++ b/benchmarks/netperf/files/patch-netperf.c
@@ -0,0 +1,10 @@
+--- netperf.c~ Fri Jun 21 22:42:53 2002
++++ netperf.c Tue Jan 21 00:55:34 2003
+@@ -47,6 +47,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <sys/types.h>
+
+ #ifdef WIN32
+ #include <windows.h>