summaryrefslogtreecommitdiff
path: root/security/policykit/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/policykit/patches/patch-aa')
-rw-r--r--security/policykit/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/policykit/patches/patch-aa b/security/policykit/patches/patch-aa
index d74cd70d00d..d7af6be5b4e 100644
--- a/security/policykit/patches/patch-aa
+++ b/security/policykit/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2008/12/20 19:44:00 jmcneill Exp $
+$NetBSD: patch-aa,v 1.4 2012/12/27 21:04:11 bsiegert Exp $
--- src/polkit-dbus/polkit-resolve-exe-helper.c.orig 2008-05-30 17:24:44.000000000 -0400
+++ src/polkit-dbus/polkit-resolve-exe-helper.c
@@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.3 2008/12/20 19:44:00 jmcneill Exp $
#include <sys/types.h>
#include <sys/stat.h>
-#ifdef HAVE_FREEBSD
-+#if defined(HAVE_FREEBSD) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__APPLE__)
++#if defined(HAVE_FREEBSD) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__APPLE__) || defined(__OpenBSD__)
#include <sys/param.h>
#endif
#include <security/pam_appl.h>