From 1a40251ca73155417a21726d5372d684e033eade Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 4 Jun 2004 22:06:03 +0000 Subject: 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 --- net-p2p/dctc/files/lp_mutex.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'net-p2p/dctc') diff --git a/net-p2p/dctc/files/lp_mutex.c b/net-p2p/dctc/files/lp_mutex.c index 2c76d0a..036b004 100644 --- a/net-p2p/dctc/files/lp_mutex.c +++ b/net-p2p/dctc/files/lp_mutex.c @@ -38,7 +38,6 @@ #include -#ifdef _THREAD_SAFE # include /* @@ -118,5 +117,3 @@ int lp_mutex_destroy_ (pthread_mutex_t ** mutex) {} # endif /* (defined(BSD) && (BSD >= 199103)) */ - -#endif /* _THREAD_SAFE */ -- cgit v1.1