summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24/patches/patch-aq
blob: e0b0156723f842e9df3bdcd0e7f5d84311a7e650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aq,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $

--- imap/sync_client.c.orig	2010-10-19 03:08:28.000000000 +0000
+++ imap/sync_client.c
@@ -92,6 +92,10 @@
 #include "signals.h"
 #include "cyrusdb.h"
 
+#ifndef SOL_TCP
+#define SOL_TCP IPPROTO_TCP
+#endif
+
 /* signal to config.c */
 const int config_need_data = 0;  /* YYY */