summaryrefslogtreecommitdiff
path: root/mail/mush
diff options
context:
space:
mode:
authorchristos <christos>2000-01-01 20:08:27 +0000
committerchristos <christos>2000-01-01 20:08:27 +0000
commit593058c7a3c94126f2b68187f79554727c2ee863 (patch)
treed24153dd0a7fbcd5f30d89e775f5f402112c652b /mail/mush
parent8ef644c0384fad689fde1cca3d6880e90e461143 (diff)
downloadpkgsrc-593058c7a3c94126f2b68187f79554727c2ee863.tar.gz
Y2K botch
Diffstat (limited to 'mail/mush')
-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;