mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
330 B
C
14 lines
330 B
C
$NetBSD$
|
|
|
|
--- lib/ipc/common.c.orig Tue Jan 10 21:53:51 2012
|
|
+++ lib/ipc/common.c
|
|
@@ -91,7 +91,7 @@ _heim_ipc_create_cred(uid_t uid, gid_t gid, pid_t pid,
|
|
return 0;
|
|
}
|
|
|
|
-#ifndef HAVE_GCD
|
|
+#if !defined(HAVE_GCD) && defined(ENABLE_PTHREAD_SUPPORT)
|
|
struct heim_isemaphore {
|
|
HEIMDAL_MUTEX mutex;
|
|
pthread_cond_t cond;
|