summaryrefslogtreecommitdiff
path: root/security/policykit/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/policykit/patches/patch-ab')
-rw-r--r--security/policykit/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/policykit/patches/patch-ab b/security/policykit/patches/patch-ab
index fd6a8c43320..46212f2b93a 100644
--- a/security/policykit/patches/patch-ab
+++ b/security/policykit/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2008/11/23 21:21:43 hasso Exp $
+$NetBSD: patch-ab,v 1.3 2012/12/27 21:04:11 bsiegert Exp $
--- tools/polkit-auth.c.orig 2008-05-30 17:24:44.000000000 -0400
+++ tools/polkit-auth.c
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.2 2008/11/23 21:21:43 hasso Exp $
#include <string.h>
#include <sys/types.h>
-#if defined(HAVE_SOLARIS) || defined(HAVE_FREEBSD)
-+#if defined(HAVE_SOLARIS) || defined(HAVE_FREEBSD) || defined(__NetBSD__) || defined(__DragonFly__)
++#if defined(HAVE_SOLARIS) || defined(HAVE_FREEBSD) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
#include <sys/wait.h>
#endif
#include <pwd.h>