[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: loginprompt.c,v 1.5 1998/04/16 19:57:44 marekm Exp $")
RCSID("$Id: loginprompt.c,v 1.6 2000/08/26 18:27:17 marekm Exp $")
#include <stdio.h>
#include <signal.h>
@@ -62,9 +62,9 @@ login_prompt(const char *prompt, char *name, int namesize)
char *cp;
int i;
FILE *fp;
RETSIGTYPE (*sigquit) P_((int));
RETSIGTYPE (*sigquit)(int);
#ifdef SIGTSTP
RETSIGTYPE (*sigtstp) P_((int));
RETSIGTYPE (*sigtstp)(int);
#endif
/*