[svn-upgrade] Integrating new upstream version, shadow (20000826)

This commit is contained in:
nekral-guest
2007-10-07 11:44:14 +00:00
parent 446e664caa
commit efd7efa9f1
196 changed files with 7676 additions and 9088 deletions

View File

@ -30,7 +30,7 @@
#include <config.h>
#include "rcsid.h"
RCSID("$Id: pwauth.c,v 1.10 1999/08/27 19:02:51 marekm Exp $")
RCSID("$Id: pwauth.c,v 1.11 2000/08/26 18:27:17 marekm Exp $")
#include <sys/types.h>
#include <signal.h>
@ -68,7 +68,7 @@ extern char *getpass_with_echo();
struct method {
char *name;
int (*func) P_((const char *, int, const char *));
int (*func)(const char *, int, const char *);
};
#ifdef PAD_AUTH