mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
11 lines
376 B
C
11 lines
376 B
C
--- tcp_response.c.orig Mon Jul 4 11:09:22 2005
|
|
+++ tcp_response.c Tue Sep 13 21:00:53 2005
|
|
@@ -110,7 +110,7 @@
|
|
|
|
cont->wp += len;
|
|
if (cont->wp < (cont->mesg.p + cont->mesg_len)) {
|
|
- syslog (LOG_DEBUG, "%s: left %zd bytes -- continue.", fn,
|
|
+ syslog (LOG_DEBUG, "%s: left %td bytes -- continue.", fn,
|
|
(cont->mesg.p + cont->mesg_len) - cont->wp);
|
|
|
|
/* SUCCESS */
|