summaryrefslogtreecommitdiff
path: root/news/nntp/files/patch-af
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-01-12 05:51:25 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-01-12 05:51:25 +0000
commit050486602a06b76cd707185b8c908bad3bfdcf9f (patch)
tree46e0bc2e8ceec84a206ecc0a95e55ac0d810f370 /news/nntp/files/patch-af
parentActivate QuakeForge. (diff)
Update to 1.5.12.2 and add a y2k patch
PR: 16073 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Notes
Notes: svn path=/head/; revision=24672
Diffstat (limited to 'news/nntp/files/patch-af')
-rw-r--r--news/nntp/files/patch-af22
1 files changed, 22 insertions, 0 deletions
diff --git a/news/nntp/files/patch-af b/news/nntp/files/patch-af
new file mode 100644
index 000000000000..9f3931371879
--- /dev/null
+++ b/news/nntp/files/patch-af
@@ -0,0 +1,22 @@
+--- xmit/nntpxmit.c.orig Sun Jan 9 10:36:02 2000
++++ xmit/nntpxmit.c Sun Jan 9 10:37:50 2000
+@@ -448,7 +448,7 @@
+ /* Hmph. The file didn't exist. */
+ error = sendcmd(".");
+ } else {
+- error = !sendfile(fp);
++ error = !my_sendfile(fp);
+ /* Leave this open in case we need to requeue it. */
+ }
+ if (error) {
+--- xmit/remote.c.orig Tue Jan 9 08:28:03 1996
++++ xmit/remote.c Sun Jan 9 10:37:03 2000
+@@ -403,7 +403,7 @@
+ ** with appropriate RFC822 filtering (e.g. CRLF line termination,
+ ** and dot escaping). Return FALSE if something went wrong.
+ */
+-sendfile(fp)
++my_sendfile(fp)
+ FILE *fp;
+ {
+ register int c;