summaryrefslogtreecommitdiff
path: root/package/pam/patches/patch-modules_pam_succeed_if_pam_succeed_if_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-10 18:08:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-10 18:08:53 +0100
commit4e5033a06bc12d5456257dffd869ff6f6a75ca8e (patch)
treeabb6ee612fc93b208efa30a50f712d237fa85f03 /package/pam/patches/patch-modules_pam_succeed_if_pam_succeed_if_c
parent6ab5516b38f456affc6776e79e72e2761e89eec0 (diff)
fix cross-compile on Darwin
Diffstat (limited to 'package/pam/patches/patch-modules_pam_succeed_if_pam_succeed_if_c')
-rw-r--r--package/pam/patches/patch-modules_pam_succeed_if_pam_succeed_if_c4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pam/patches/patch-modules_pam_succeed_if_pam_succeed_if_c b/package/pam/patches/patch-modules_pam_succeed_if_pam_succeed_if_c
index 93a79ebda..d6c05edaf 100644
--- a/package/pam/patches/patch-modules_pam_succeed_if_pam_succeed_if_c
+++ b/package/pam/patches/patch-modules_pam_succeed_if_pam_succeed_if_c
@@ -1,6 +1,6 @@
--- Linux-PAM-1.1.8.orig/modules/pam_succeed_if/pam_succeed_if.c 2013-06-18 16:11:21.000000000 +0200
-+++ Linux-PAM-1.1.8/modules/pam_succeed_if/pam_succeed_if.c 2013-12-21 18:30:19.000000000 +0100
-@@ -233,16 +233,20 @@ evaluate_notingroup(pam_handle_t *pamh,
++++ Linux-PAM-1.1.8/modules/pam_succeed_if/pam_succeed_if.c 2014-02-10 11:36:17.000000000 +0100
+@@ -233,16 +233,20 @@ evaluate_notingroup(pam_handle_t *pamh,
static int
evaluate_innetgr(const char *host, const char *user, const char *group)
{