diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-06 22:49:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-06 22:49:11 +0000 |
commit | 7beeccbc3cda86939d460097e87da7e084a5124f (patch) | |
tree | 3e451fd9556519e782249771b6064e83cced51bf /mail/balsa/files/patch-libbalsa_mailbox_mh.c | |
parent | - Update to 2.5.5 (diff) |
Update to 2.2.1. Balsa 1.4.x is obsolete, and doesn't even build anymore.
This update effectively obsoletes the balsa2 port.
Notes
Notes:
svn path=/head/; revision=115535
Diffstat (limited to 'mail/balsa/files/patch-libbalsa_mailbox_mh.c')
-rw-r--r-- | mail/balsa/files/patch-libbalsa_mailbox_mh.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-libbalsa_mailbox_mh.c b/mail/balsa/files/patch-libbalsa_mailbox_mh.c new file mode 100644 index 000000000000..7266a6867b3d --- /dev/null +++ b/mail/balsa/files/patch-libbalsa_mailbox_mh.c @@ -0,0 +1,11 @@ +--- libbalsa/mailbox_mh.c.orig Mon Jul 26 02:11:26 2004 ++++ libbalsa/mailbox_mh.c Mon Jul 26 02:11:39 2004 +@@ -27,6 +27,8 @@ + #define _POSIX_SOURCE 1 + #include <libgnome/gnome-i18n.h> + ++#include <sys/types.h> ++#include <sys/stat.h> + #include <unistd.h> + #include <fcntl.h> + #include <errno.h> |