diff --git a/Makefile.in b/Makefile.in index a51f5ce70..f5471e551 100644 --- a/Makefile.in +++ b/Makefile.in @@ -95,7 +95,7 @@ SHELL = /bin/sh 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 diff --git a/getspwuid.c b/getspwuid.c index 0aa729b9a..3d5e31b16 100644 --- a/getspwuid.c +++ b/getspwuid.c @@ -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 * getpwuid() and substitutes the shadow password if * 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_getspwd __P((struct passwd *));