diff options
author | tron <tron@pkgsrc.org> | 2000-02-13 00:14:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-13 00:14:48 +0000 |
commit | b22b8d4d3a1908b8f3ecdc196d3e5e19ddd00ce0 (patch) | |
tree | 9cc6a2cf56f8c2f34658c3112d67fd569a29bb20 /mail/sendmail88/patches/patch-au | |
parent | d69778581aaed976d3903cfc94d60ba4acfa503d (diff) | |
download | pkgsrc-b22b8d4d3a1908b8f3ecdc196d3e5e19ddd00ce0.tar.gz |
Initial import of "sendmail88" package:
The well known Mail Transport Agent
This package replaces the "sendmail" 8.8.8 distribution in the main
source tree.
Diffstat (limited to 'mail/sendmail88/patches/patch-au')
-rw-r--r-- | mail/sendmail88/patches/patch-au | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/sendmail88/patches/patch-au b/mail/sendmail88/patches/patch-au new file mode 100644 index 00000000000..fa90200b215 --- /dev/null +++ b/mail/sendmail88/patches/patch-au @@ -0,0 +1,13 @@ +$NetBSD: patch-au,v 1.1.1.1 2000/02/13 00:14:49 tron Exp $ + +--- src/arpadate.c.orig Sun Feb 2 01:24:49 1997 ++++ src/arpadate.c Sat Feb 12 23:28:27 2000 +@@ -86,7 +86,7 @@ + register struct tm *lt; + time_t t; + struct tm gmt; +- char *tz; ++ const char *tz; + static char b[43 + TZNAME_MAX]; + + /* |