diff options
author | rh <rh@pkgsrc.org> | 2000-08-29 11:37:15 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-29 11:37:15 +0000 |
commit | c72471195c37c1854a2996b84530b5884e7ed3c1 (patch) | |
tree | 8beba4c438d5b46219caf73e21335c0fd3d50f56 /mail/balsa/patches/patch-ab | |
parent | 993c2e0e98279388448f70d64210ec865389ec08 (diff) | |
download | pkgsrc-c72471195c37c1854a2996b84530b5884e7ed3c1.tar.gz |
Update balsa to 0.9.3. Changes are bugfixes and initial APOP support.
Diffstat (limited to 'mail/balsa/patches/patch-ab')
-rw-r--r-- | mail/balsa/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/balsa/patches/patch-ab b/mail/balsa/patches/patch-ab new file mode 100644 index 00000000000..fdeffed51f8 --- /dev/null +++ b/mail/balsa/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.4 2000/08/29 11:37:17 rh Exp $ + +--- libbalsa/send.c.orig Mon Aug 28 12:03:59 2000 ++++ libbalsa/send.c +@@ -22,6 +22,9 @@ + + #include "config.h" + ++#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #include <netdb.h> + |