diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-11-09 04:49:25 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-11-09 04:49:25 +0000 |
commit | ab9f89b62e7f5de0391bdd693f476aa171f3657e (patch) | |
tree | 1f92c3ddf76cb5afbdfe583536d50db1e46cacb5 /benchmarks/netperf/files/patch-netlib.c | |
parent | - Update to 0.29.0 (diff) |
Upgrade to 2.4.2.
Diffstat (limited to 'benchmarks/netperf/files/patch-netlib.c')
-rw-r--r-- | benchmarks/netperf/files/patch-netlib.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/benchmarks/netperf/files/patch-netlib.c b/benchmarks/netperf/files/patch-netlib.c deleted file mode 100644 index f8f35bdb003c..000000000000 --- a/benchmarks/netperf/files/patch-netlib.c +++ /dev/null @@ -1,20 +0,0 @@ ---- netlib.c.orig Tue Sep 21 22:33:40 2004 -+++ netlib.c Fri Nov 5 12:57:14 2004 -@@ -1656,7 +1656,7 @@ - dump_request(); - - fprintf(where, -- "\nsend_request: about to send %ld bytes from %p\n", -+ "\nsend_request: about to send %d bytes from %p\n", - sizeof(netperf_request), - &netperf_request); - fflush(where); -@@ -3887,7 +3887,7 @@ - /* program, but that doesn't really seem worthwhile - raj 4/95 */ - if (debug > 1) { - fprintf(where, -- "Looper child %d is born, pid %d\n", -+ "Looper child %d is born, pid %ld\n", - child_index, - getpid()); - fflush(where); |