summaryrefslogtreecommitdiff
path: root/news/trn/files/patch-nntp.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 02:18:44 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 02:18:44 +0000
commit272b1c5f9a37780e519d767719a489fc971f669b (patch)
tree450f117b125086458811cc162321b8a082f97fd3 /news/trn/files/patch-nntp.c
parentRename net/ patch-xy patches to reflect the files they modify. (diff)
Rename news/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'news/trn/files/patch-nntp.c')
-rw-r--r--news/trn/files/patch-nntp.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/news/trn/files/patch-nntp.c b/news/trn/files/patch-nntp.c
new file mode 100644
index 000000000000..e08fc003e083
--- /dev/null
+++ b/news/trn/files/patch-nntp.c
@@ -0,0 +1,13 @@
+--- nntp.c.orig Fri Nov 18 22:01:23 1994
++++ nntp.c Sun Jul 21 13:13:58 1996
+@@ -319,8 +319,8 @@
+ for (month--; month; month--)
+ day += maxdays[month];
+
+- ss = ((((year-1970) * 365 + (year-1968)/4 + day - 1) * 24L + hh) * 60
+- + mm) * 60 + ss;
++ ss = ((((year-1970) * 365 + (year-1969)/4 + day - 1) * 24L + hh) * 60
++ + mm) * 60 + ss;
+
+ return ss;
+ }