summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorchristos <christos>2000-01-01 20:08:27 +0000
committerchristos <christos>2000-01-01 20:08:27 +0000
commit67d7a52954008065d247aa42384305683dabefcf (patch)
treed24153dd0a7fbcd5f30d89e775f5f402112c652b /mail
parent38d54268979ad0db53692f5f961e0c586db4da63 (diff)
downloadpkgsrc-67d7a52954008065d247aa42384305683dabefcf.tar.gz
Y2K botch
Diffstat (limited to 'mail')
-rw-r--r--mail/mush/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mush/patches/patch-al b/mail/mush/patches/patch-al
new file mode 100644
index 00000000000..c3e271ff95d
--- /dev/null
+++ b/mail/mush/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2000/01/01 20:08:27 christos Exp $
+
+--- dates.c.orig Sat Jan 1 15:06:01 2000
++++ dates.c Sat Jan 1 15:06:07 2000
+@@ -101,7 +101,7 @@
+ {
+ long year, julian;
+
+- if (tym->tm_year < 100)
++ if (tym->tm_year < 1000)
+ year = tym->tm_year + 1900;
+ if (year < 69)
+ year += 100;