diff options
Diffstat (limited to 'science/cdo/files/patch-src-pthread_debug.c')
-rw-r--r-- | science/cdo/files/patch-src-pthread_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/cdo/files/patch-src-pthread_debug.c b/science/cdo/files/patch-src-pthread_debug.c index accba3d44423..9aa0ad43b02f 100644 --- a/science/cdo/files/patch-src-pthread_debug.c +++ b/science/cdo/files/patch-src-pthread_debug.c @@ -1,10 +1,10 @@ --- src/pthread_debug.c.orig Mon Dec 4 16:11:40 2006 -+++ src/pthread_debug.c Mon Dec 18 10:01:00 2006 ++++ src/pthread_debug.c Sat Apr 7 01:12:05 2007 @@ -77,6 +77,7 @@ } -+#if __FreeBSD_version >= 600000 ++#if defined (PTHREAD_MUTEXATTR_CONDATTR) void print_pthread_mutexattr(const char *caller, pthread_mutexattr_t *m_attr) { int protocol, kind, pshared; |