summaryrefslogtreecommitdiff
path: root/mail/imapproxy/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-08 16:00:41 +0000
committerjoerg <joerg>2006-01-08 16:00:41 +0000
commitb7347015225c67c57ed8ea375d93ff0506f892b5 (patch)
tree3306b43d41896dbda5f54c209849e7678df80398 /mail/imapproxy/patches
parentad0172e26097d7d841097e857391b3dc3585bdc1 (diff)
downloadpkgsrc-b7347015225c67c57ed8ea375d93ff0506f892b5.tar.gz
DragonFly needs sys/types.h before sys/socket.h, reorder includes.
Diffstat (limited to 'mail/imapproxy/patches')
-rw-r--r--mail/imapproxy/patches/patch-ab16
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>