summaryrefslogtreecommitdiff
path: root/security/heimdal/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-10-29 18:12:10 +0000
committerjoerg <joerg>2005-10-29 18:12:10 +0000
commit38e47b3172fce9639948bd12921784a7a322726d (patch)
treef44b06e65a7d7784df03bfc8a91f5758cda047f8 /security/heimdal/patches
parent5e43c10e536e65465f4152fba9110e16b5f8d847 (diff)
downloadpkgsrc-38e47b3172fce9639948bd12921784a7a322726d.tar.gz
Fix Heimdal's LOCAL_PEERCRED on DragonFly by including
the necessary headers. XXX Ask upstream, why this isn't a #if / #elif list Reported-by: walt <wa1ter AT myrealbox DOT com> on tech-pkg
Diffstat (limited to 'security/heimdal/patches')
-rw-r--r--security/heimdal/patches/patch-ak14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/heimdal/patches/patch-ak b/security/heimdal/patches/patch-ak
new file mode 100644
index 00000000000..5cff9ab277b
--- /dev/null
+++ b/security/heimdal/patches/patch-ak
@@ -0,0 +1,14 @@
+$NetBSD: patch-ak,v 1.1 2005/10/29 18:12:10 joerg Exp $
+
+--- kcm/connect.c.orig 2005-10-29 17:36:00.000000000 +0200
++++ kcm/connect.c
+@@ -32,4 +32,9 @@
+ */
+
++#if defined(__DragonFly__)
++#include <sys/param.h>
++#include <sys/ucred.h>
++#endif
++
+ #include "kcm_locl.h"
+