diff options
Diffstat (limited to 'mail/imapproxy/patches/patch-ab')
-rw-r--r-- | mail/imapproxy/patches/patch-ab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/imapproxy/patches/patch-ab b/mail/imapproxy/patches/patch-ab new file mode 100644 index 00000000000..ea456f96bc6 --- /dev/null +++ b/mail/imapproxy/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1 2006/01/08 16:00:41 joerg Exp $ + +--- network.c.orig 2006-01-08 15:48:57.000000000 +0000 ++++ network.c +@@ -19,10 +19,10 @@ + */ + + ++#include <sys/types.h> + #include <stdio.h> + #include <sys/socket.h> + #include <netinet/in.h> +-#include <sys/types.h> + #include <string.h> + #include <netdb.h> + #include <unistd.h> |