]> granicus.if.org Git - sudo/commitdiff
sudo_getpwuid.c -> getspwuid.c
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 18 Dec 1995 03:31:10 +0000 (03:31 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 18 Dec 1995 03:31:10 +0000 (03:31 +0000)
Makefile.in
getspwuid.c

index a51f5ce70a90aaca5663d1a2bd3865787d023050..f5471e551d85590838d02886e74c985aae58ffb9 100644 (file)
@@ -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
index 0aa729b9a7250932dc18c4920b0afe5d9095d041..3d5e31b1612d4b579c55f2a4524a555853e3c43a 100644 (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
  *  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 *));