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
PARSEOBJS = y.tab.o lex.yy.o
*
*******************************************************************
*
- * 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
* getpwuid() and substitutes the shadow password if
* necesary.
/*
- * 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_getspwd __P((struct passwd *));