diff options
Diffstat (limited to 'mail/balsa/files/patch-src_threads.h')
-rw-r--r-- | mail/balsa/files/patch-src_threads.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/mail/balsa/files/patch-src_threads.h b/mail/balsa/files/patch-src_threads.h index 62c60b878960..585d798ba6f9 100644 --- a/mail/balsa/files/patch-src_threads.h +++ b/mail/balsa/files/patch-src_threads.h @@ -1,12 +1,10 @@ ---- src/threads.h.orig Tue Dec 31 14:06:47 2002 -+++ src/threads.h Tue Dec 31 14:07:32 2002 -@@ -21,6 +21,9 @@ - - #ifndef __THREADS_H__ +--- src/threads.h.orig 2009-08-30 05:03:26.000000000 -0400 ++++ src/threads.h 2009-12-25 12:41:53.000000000 -0500 +@@ -23,6 +23,7 @@ #define __THREADS_H__ -+ + + #include <unistd.h> +#include <pthread.h> -+ + /* FIXME: mailbox_lock is really an internal libbalsa mutex. */ extern pthread_mutex_t mailbox_lock; - |