summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-04 22:06:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-04 22:06:03 +0000
commite3ff1a49e4bc50065cf9e9c5615bb065fec97e9b (patch)
treef424af98932576ebb9651fe4cc54ac78af905acc /net-p2p
parent- Chase security/gnutls shared library version change (13 -> 12) (diff)
Fix build on -CURRENT now that we no longer have default PTHREAD_CFLAGS.
Basically, all modern, supported versions of FreeBSD are thread-safe, so just assume we have pthread.h. Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=110855
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dctc/files/lp_mutex.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net-p2p/dctc/files/lp_mutex.c b/net-p2p/dctc/files/lp_mutex.c
index 2c76d0aaea55..036b004e23dc 100644
--- a/net-p2p/dctc/files/lp_mutex.c
+++ b/net-p2p/dctc/files/lp_mutex.c
@@ -38,7 +38,6 @@
#include <stdlib.h>
-#ifdef _THREAD_SAFE
# include <pthread.h>
/*
@@ -118,5 +117,3 @@ int
lp_mutex_destroy_ (pthread_mutex_t ** mutex) {}
# endif /* (defined(BSD) && (BSD >= 199103)) */
-
-#endif /* _THREAD_SAFE */