ports/benchmarks/netperf/files/patch-netlib.c
Munechika SUMIKAWA 9fc8308b46 Upgrade to 2.3pl1.
2004-11-18 23:37:41 +00:00

20 lines
669 B
C

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