mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
490 B
Plaintext
14 lines
490 B
Plaintext
$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
|
|
@@ -40,7 +40,7 @@
|
|
#include <unistd.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
-#ifdef HAVE_FREEBSD
|
|
+#if defined(HAVE_FREEBSD) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__APPLE__) || defined(__OpenBSD__)
|
|
#include <sys/param.h>
|
|
#endif
|
|
#include <security/pam_appl.h>
|