Ticket #37771: patch-pam_appl.diff
File patch-pam_appl.diff, 585 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
greeter/verify.c
old new 41 41 #include <pwd.h> 42 42 43 43 #if defined(USE_PAM) 44 # include < security/pam_appl.h>44 # include <pam/pam_appl.h> 45 45 # include <stdlib.h> 46 46 #elif defined(HAVE_GETSPNAM) 47 47 # include <shadow.h> -
include/dm.h
old new 105 105 # endif /* X_NOT_POSIX */ 106 106 107 107 # ifdef USE_PAM 108 # include < security/pam_appl.h>108 # include <pam/pam_appl.h> 109 109 # endif 110 110 111 111 # ifdef CSRG_BASED