summaryrefslogtreecommitdiff
path: root/security/heimdal/patches
diff options
context:
space:
mode:
authortonio <tonio>2005-10-29 21:05:28 +0000
committertonio <tonio>2005-10-29 21:05:28 +0000
commit26e1aef438d017e0e3c9aef9212c3dd37c083c65 (patch)
tree1ebd5a5b161b7b02772b4c6dd97e003d024357d1 /security/heimdal/patches
parentd24ab557ce5cab046a2d0c9ace2d65361edf5678 (diff)
downloadpkgsrc-26e1aef438d017e0e3c9aef9212c3dd37c083c65.tar.gz
Fix for darwin, reusing Dragonfly fix by joerg
Diffstat (limited to 'security/heimdal/patches')
-rw-r--r--security/heimdal/patches/patch-ak4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/heimdal/patches/patch-ak b/security/heimdal/patches/patch-ak
index 5cff9ab277b..319ce83d4bb 100644
--- a/security/heimdal/patches/patch-ak
+++ b/security/heimdal/patches/patch-ak
@@ -1,11 +1,11 @@
-$NetBSD: patch-ak,v 1.1 2005/10/29 18:12:10 joerg Exp $
+$NetBSD: patch-ak,v 1.2 2005/10/29 21:05:28 tonio Exp $
--- kcm/connect.c.orig 2005-10-29 17:36:00.000000000 +0200
+++ kcm/connect.c
@@ -32,4 +32,9 @@
*/
-+#if defined(__DragonFly__)
++#if defined(__DragonFly__) || defined(__APPLE__)
+#include <sys/param.h>
+#include <sys/ucred.h>
+#endif