Step 2: base dep: security/heimdal

This commit is contained in:
2014-04-17 14:14:14 +02:00
committed by Lionel Sambuc
parent 3d6156f80c
commit 34636dae25
6 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$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;