blob: ecfad1dea8e5441e7e3a30f3c551615e423a9fd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ai,v 1.1.1.1 2004/01/04 21:39:51 rh Exp $
--- camel/camel-transport.c.orig Sat Oct 27 18:59:27 2001
+++ camel/camel-transport.c Tue Mar 26 15:01:50 2002
@@ -23,6 +23,11 @@
* USA
*/
+#ifdef _POSIX_THREAD_SYSCALL_SOFT
+#undef _POSIX_THREAD_SYSCALL_SOFT
+#endif
+#define _POSIX_THREAD_SYSCALL_SOFT 0
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
|