diff options
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); |