Ticket #37771: patch-pam_appl.diff

File patch-pam_appl.diff, 585 bytes (added by ryandesign (Ryan Carsten Schmidt), 11 years ago)
  • greeter/verify.c

    old new  
    4141#include        <pwd.h>
    4242
    4343#if defined(USE_PAM)
    44 # include       <security/pam_appl.h>
     44# include       <pam/pam_appl.h>
    4545# include       <stdlib.h>
    4646#elif defined(HAVE_GETSPNAM)
    4747# include       <shadow.h>
  • include/dm.h

    old new  
    105105# endif /* X_NOT_POSIX */
    106106
    107107# ifdef USE_PAM
    108 #  include <security/pam_appl.h>
     108#  include <pam/pam_appl.h>
    109109# endif
    110110
    111111# ifdef CSRG_BASED