summaryrefslogtreecommitdiff
path: root/mail/serialmail/patches
diff options
context:
space:
mode:
authorschmonz <schmonz>2008-07-30 10:54:10 +0000
committerschmonz <schmonz>2008-07-30 10:54:10 +0000
commit1a24e6a5dc65946f30ebc56dfbfab4afd8388f5d (patch)
tree0bdfd323521d94db5dfcf364d0913abf991aaa65 /mail/serialmail/patches
parenta729d9593503b23af4c67ad32bfc1c53bccbb295 (diff)
downloadpkgsrc-1a24e6a5dc65946f30ebc56dfbfab4afd8388f5d.tar.gz
Bring over leapsecs_read() fix to the included libtai, probably
fixing maildirserial (as with mess822). Bump PKGREVISION.
Diffstat (limited to 'mail/serialmail/patches')
-rw-r--r--mail/serialmail/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/serialmail/patches/patch-ab b/mail/serialmail/patches/patch-ab
new file mode 100644
index 00000000000..fdac909641b
--- /dev/null
+++ b/mail/serialmail/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2008/07/30 10:54:10 schmonz Exp $
+
+--- leapsecs_read.c.orig 1998-09-04 22:33:37.000000000 -0400
++++ leapsecs_read.c
+@@ -2,6 +2,7 @@
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <errno.h>
++#include <unistd.h>
+ extern int errno;
+ #include "tai.h"
+ #include "leapsecs.h"