From a9d040767e6c6b9640d48b8cf12be8659a20895a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 25 Jun 2009 09:49:59 -0400 Subject: Implement _pam_overwrite_n(n,x) for older systems OSes based on older versions of the PAM development libraries lack the _pam_overwrite_n(n,x) macro. This patch copies the Fedora 11 pam-devel-1.0.91-6 implementation into an SSSD private header. This affects RHEL5 and SUSE10. --- sss_client/pam_sss.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sss_client/pam_sss.c') diff --git a/sss_client/pam_sss.c b/sss_client/pam_sss.c index cf5c6a48..ccc205cc 100644 --- a/sss_client/pam_sss.c +++ b/sss_client/pam_sss.c @@ -14,6 +14,7 @@ #include #include #include +#include "sss_pam_macros.h" #include "sss_cli.h" -- cgit