diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2005-07-11 11:50:27 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2005-07-11 11:50:27 +0000 |
commit | 3acd19f92e16e8aad50453e2139638106d2006d9 (patch) | |
tree | 0ff16a554b51b1e270b71f0d364bf24397a63593 /dns/totd/files/patch-tcp_response.c | |
parent | Fix build on 4.x. (diff) |
Upgrade to 1.5.1.
Notes
Notes:
svn path=/head/; revision=138908
Diffstat (limited to 'dns/totd/files/patch-tcp_response.c')
-rw-r--r-- | dns/totd/files/patch-tcp_response.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dns/totd/files/patch-tcp_response.c b/dns/totd/files/patch-tcp_response.c deleted file mode 100644 index 88f38c92e97b..000000000000 --- a/dns/totd/files/patch-tcp_response.c +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru work/totd-1.3/tcp_response.c work~/totd-1.3/tcp_response.c ---- tcp_response.c.orig Wed Mar 6 06:56:03 2002 -+++ tcp_response.c Sat Jun 14 22:17:56 2003 -@@ -116,7 +116,7 @@ - cont->wp += len; - if (cont->wp < (cont->mesg.p + cont->mesg_len)) { - syslog (LOG_DEBUG, "%s: left %d bytes -- continue.", fn, -- (cont->mesg.p + cont->mesg_len) - cont->wp); -+ (int)((cont->mesg.p + cont->mesg_len) - cont->wp)); - - /* SUCCESS */ - return 0; /* the processing continues ... */ |