sudo_getpwuid.c -> getspwuid.c

This commit is contained in:
Todd C. Miller
1995-12-18 03:31:10 +00:00
parent 481f1098c1
commit 81a441aed9
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ SHELL = /bin/sh
PROGS = @PROGS@ PROGS = @PROGS@
SRCS = check.c sudo_getpwuid.c find_path.c logging.c parse.c sudo.c \ SRCS = check.c getspwuid.c find_path.c logging.c parse.c sudo.c \
goodpath.c sudo_setenv.c parse.yacc parse.lex visudo.c interfaces.c goodpath.c sudo_setenv.c parse.yacc parse.lex visudo.c interfaces.c
PARSEOBJS = y.tab.o lex.yy.o PARSEOBJS = y.tab.o lex.yy.o

View File

@@ -19,7 +19,7 @@
* *
******************************************************************* *******************************************************************
* *
* This module contains get_pwuid(), a function that * This module contains sudo_getpwuid(), a function that
* Makes a dynamic copy of the struct passwd returned by * Makes a dynamic copy of the struct passwd returned by
* getpwuid() and substitutes the shadow password if * getpwuid() and substitutes the shadow password if
* necesary. * necesary.
@@ -89,7 +89,7 @@ uchar_t crypt_type;
/* /*
* Local functions not visible outside sudo_getpwuid.c * Local functions not visible outside getspwuid.c
*/ */
static char *sudo_getshell __P((struct passwd *)); static char *sudo_getshell __P((struct passwd *));
static char *sudo_getspwd __P((struct passwd *)); static char *sudo_getspwd __P((struct passwd *));