From 3fa22d90f93580023f2b2d309a8152d631785bf0 Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 1 Jan 2000 20:08:27 +0000 Subject: Y2K botch --- mail/mush/patches/patch-al | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mail/mush/patches/patch-al (limited to 'mail/mush') 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; -- cgit v1.2.3