Kill __P in sudoers

This commit is contained in:
Todd C. Miller
2010-03-17 19:56:27 -04:00
parent 5a2a2d193f
commit d5ae4c7d87
35 changed files with 454 additions and 470 deletions

View File

@@ -72,8 +72,8 @@
# define PAM_CONST
#endif
static int converse __P((int, PAM_CONST struct pam_message **,
struct pam_response **, void *));
static int converse(int, PAM_CONST struct pam_message **,
struct pam_response **, void *);
static char *def_prompt = "Password:";
static int gotintr;