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-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/policykit/patches/patch-ab b/security/policykit/patches/patch-ab
new file mode 100644
index 00000000000..cc209ab3b99
--- /dev/null
+++ b/security/policykit/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2008/11/22 03:33:38 jmcneill Exp $
+
+--- tools/polkit-auth.c.orig 2008-05-30 17:24:44.000000000 -0400
++++ tools/polkit-auth.c
+@@ -37,7 +37,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/types.h>
+-#if defined(HAVE_SOLARIS) || defined(HAVE_FREEBSD)
++#if defined(HAVE_SOLARIS) || defined(HAVE_FREEBSD) || defined(__NetBSD__)
+ #include <sys/wait.h>
+ #endif
+ #include <pwd.h>