dovecot-2.0: Compiling fix for Solaris.

dovecot at dovecot.org dovecot at dovecot.org
Wed Apr 13 10:37:30 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/b60d73301c08
changeset: 12743:b60d73301c08
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Apr 13 10:36:00 2011 +0300
description:
Compiling fix for Solaris.

diffstat:

 src/lib/ipwd.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (10 lines):

diff -r fef40f957c11 -r b60d73301c08 src/lib/ipwd.c
--- a/src/lib/ipwd.c	Tue Apr 12 20:10:17 2011 +0300
+++ b/src/lib/ipwd.c	Wed Apr 13 10:36:00 2011 +0300
@@ -1,5 +1,6 @@
 /* Copyright (c) 2011 Dovecot authors, see the included COPYING file */
 
+#define _POSIX_PTHREAD_SEMANTICS /* for Solaris */
 #include "lib.h"
 #include "ipwd.h"
 


More information about the dovecot-cvs mailing list