=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/getspwuid.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/sudo/Attic/getspwuid.c 1999/11/18 16:29:01 1.1 +++ src/usr.bin/sudo/Attic/getspwuid.c 2000/03/27 03:44:38 1.2 @@ -75,7 +75,7 @@ #include "sudo.h" #ifndef lint -static const char rcsid[] = "$Sudo: getspwuid.c,v 1.55 1999/10/07 21:20:57 millert Exp $"; +static const char rcsid[] = "$Sudo: getspwuid.c,v 1.56 2000/02/18 17:56:26 millert Exp $"; #endif /* lint */ #ifndef STDC_HEADERS @@ -94,7 +94,6 @@ * Local functions not visible outside getspwuid.c */ static char *sudo_getshell __P((struct passwd *)); -static char *sudo_getepw __P((struct passwd *)); /* @@ -123,7 +122,7 @@ * Return the encrypted password for the user described by pw. If shadow * passwords are in use, look in the shadow file. */ -static char * +char * sudo_getepw(pw) struct passwd *pw; {