pkgsrc/mail/cyrus-imapd24/patches/patch-ar
obache e0fe988ab6 Import cyrus-imapd-2.4.2 as mail/cyrus-imapd24.
IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
2010-10-30 12:12:35 +00:00

15 lines
319 B
Text

$NetBSD: patch-ar,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $
--- master/service.c.orig 2010-10-19 03:08:28.000000000 +0000
+++ master/service.c
@@ -76,6 +76,10 @@
#include "xstrlcat.h"
#include "signals.h"
+#ifndef SOL_TCP
+#define SOL_TCP IPPROTO_TCP
+#endif
+
extern int optind, opterr;
extern char *optarg;