diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-10 03:09:55 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-10 03:09:55 +0000 |
commit | d5c3e741ffe1bd3d6ee41c01ac1c59dbb0162cef (patch) | |
tree | 4b752122e203e9dc24847900c869331d80dcc6db /science/cdo/files/patch-src-pthread_debug.h | |
parent | science/netcdf (diff) |
- Update to 1.0.7
PR: 111346
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Approved by: clsung (mentor)
Diffstat (limited to 'science/cdo/files/patch-src-pthread_debug.h')
-rw-r--r-- | science/cdo/files/patch-src-pthread_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/cdo/files/patch-src-pthread_debug.h b/science/cdo/files/patch-src-pthread_debug.h index ac134fe9be35..c94e750bcc1f 100644 --- a/science/cdo/files/patch-src-pthread_debug.h +++ b/science/cdo/files/patch-src-pthread_debug.h @@ -1,10 +1,10 @@ --- src/pthread_debug.h.orig Wed Feb 15 21:22:38 2006 -+++ src/pthread_debug.h Mon Dec 18 10:01:00 2006 ++++ src/pthread_debug.h Sat Apr 7 01:13:25 2007 @@ -15,8 +15,10 @@ void Pthread_cond_wait(const char *caller, pthread_cond_t *cond, pthread_mutex_t *mutex); void print_pthread_attr(const char *caller, pthread_attr_t *attr); -+#if __FreeBSD_version >= 600000 ++#if defined (PTHREAD_MUTEXATTR_CONDATTR) void print_pthread_mutexattr(const char *caller, pthread_mutexattr_t *m_attr); void print_pthread_condattr(const char *caller, pthread_condattr_t *c_attr); +#endif |