diff options
Diffstat (limited to 'mail/ssmtp/patches/patch-aa')
-rw-r--r-- | mail/ssmtp/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ssmtp/patches/patch-aa b/mail/ssmtp/patches/patch-aa new file mode 100644 index 00000000000..45d156b4da5 --- /dev/null +++ b/mail/ssmtp/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/06/19 20:39:10 jlam Exp $ + +--- arpadate.c.orig Sun Dec 8 18:30:13 2002 ++++ arpadate.c Mon Apr 7 01:17:58 2003 +@@ -79,7 +79,7 @@ + time_t now; + + /* RFC822 format string borrowed from GNU shellutils date.c */ +- const char *format = "%a, %_d %b %Y %H:%M:%S %z"; ++ const char *format = "%a, %e %b %Y %H:%M:%S %z"; + + now = time(NULL); + |