$NetBSD: patch-ae,v 1.2 2001/08/11 18:39:25 rh Exp $ --- camel/camel-remote-store.c.orig Tue Jul 17 23:22:19 2001 +++ camel/camel-remote-store.c @@ -23,6 +23,11 @@ * */ +#ifdef _POSIX_THREAD_SYSCALL_SOFT +#undef _POSIX_THREAD_SYSCALL_SOFT +#endif +#define _POSIX_THREAD_SYSCALL_SOFT 0 + #ifdef HAVE_CONFIG_H #include #endif