diff options
author | netchild <netchild@FreeBSD.org> | 2005-07-30 19:01:08 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-07-30 19:01:08 +0800 |
commit | 42fa35067872f78ec233608c96bd7242fcdb020f (patch) | |
tree | 5d1670c28f412ec4245db6b3b38103c41e4c2d6f /mail/sylpheed-claws | |
parent | db7e3ac97b2fe9022da1358ecf873b7c3cb93193 (diff) | |
download | freebsd-ports-gnome-42fa35067872f78ec233608c96bd7242fcdb020f.tar.gz freebsd-ports-gnome-42fa35067872f78ec233608c96bd7242fcdb020f.tar.zst freebsd-ports-gnome-42fa35067872f78ec233608c96bd7242fcdb020f.zip |
Ooops, I forgot to add this patch in the update to 1.9.13...
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c b/mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c new file mode 100644 index 000000000000..43316bb10fb2 --- /dev/null +++ b/mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c @@ -0,0 +1,10 @@ +--- src/etpan/imap-thread.c.orig Sat Jul 30 11:57:41 2005 ++++ src/etpan/imap-thread.c Sat Jul 30 11:58:06 2005 +@@ -8,6 +8,7 @@ + #include <imap.h> + #include <sys/types.h> + #include <sys/stat.h> ++#include <sys/socket.h> + #include <fcntl.h> + #include <sys/mman.h> + #include <sys/wait.h> |