From 32f63996385baae4f02d962bef3a674dddb9bbf6 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 13 Jan 2006 20:59:48 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- 2006-01-13 Thorsten Kukuk * libpam_misc/misc_conv.c (misc_conv): Fix strict aliasing error. * modules/pam_umask/pam_umask.c (search_key): Don't ignore EOF/error return value from fgets(). * configure.in: Check for getline and getdelim --- libpam/pam_private.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libpam') diff --git a/libpam/pam_private.h b/libpam/pam_private.h index ce255452..3d86b868 100644 --- a/libpam/pam_private.h +++ b/libpam/pam_private.h @@ -290,7 +290,6 @@ if ((pamh) == NULL) { \ #define __PAM_TO_APP(pamh) \ do { (pamh)->caller_is = _PAM_CALLED_FROM_APP; } while (0) - #if HAVE_LIBAUDIT extern int _pam_auditlog(pam_handle_t *pamh, int action, int retval, int flags); extern int _pam_audit_end(pam_handle_t *pamh, int pam_status); -- cgit v1.2.3