From 4cd4a909063ea4897d0c818d51fa4721079686fa Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Tue, 20 Oct 2015 20:43:43 +0000 Subject: - Update to 2.7.0. - Add an EXAMPLES knob. - Unbreak CPU utilization measurement support for FreeBSD >= 10 [1], unbreak SCTP support for FreeBSD >= 10. PR: 203752 [1] --- benchmarks/netperf/files/patch-nettest_unix.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 benchmarks/netperf/files/patch-nettest_unix.c (limited to 'benchmarks/netperf/files/patch-nettest_unix.c') diff --git a/benchmarks/netperf/files/patch-nettest_unix.c b/benchmarks/netperf/files/patch-nettest_unix.c new file mode 100644 index 000000000000..fb6e6b3b21de --- /dev/null +++ b/benchmarks/netperf/files/patch-nettest_unix.c @@ -0,0 +1,10 @@ +--- src/nettest_unix.c.orig 2012-06-19 22:35:37.000000000 +0200 ++++ src/nettest_unix.c 2015-10-19 16:15:15.347526000 +0200 +@@ -2714,7 +2714,6 @@ + that sort of rot... */ + + #ifdef WANT_INTERVALS +- kept_times[MAX_KEPT_TIMES] = 0; + time_index = 0; + while (time_index < MAX_KEPT_TIMES) { + if (kept_times[time_index] > 0) { -- cgit v1.2.3