$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 #endif