freebsd-ports/mail/ssmtp/files/patch-arpadate.c
Edwin Groothuis 6c391f1c41 update of mail/ssmtp to 2.50.9
update of mail/ssmtp to 2.60.3

PR:		ports/40344
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-04-14 01:29:12 +00:00

11 lines
311 B
C

--- 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);