s/getpwnam/k_&/g.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@517 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -201,7 +201,7 @@ static char *gunique (char *);
|
||||
static void lostconn (int);
|
||||
static int receive_data (FILE *, FILE *);
|
||||
static void send_data (FILE *, FILE *, off_t);
|
||||
static struct passwd * sgetpwnam (char *);
|
||||
static struct passwd * sk_getpwnam (char *);
|
||||
|
||||
static char *
|
||||
curdir(void)
|
||||
@@ -464,7 +464,7 @@ sgetpwnam(char *name)
|
||||
static struct passwd save;
|
||||
struct passwd *p;
|
||||
|
||||
if ((p = getpwnam(name)) == NULL)
|
||||
if ((p = k_getpwnam(name)) == NULL)
|
||||
return (p);
|
||||
if (save.pw_name) {
|
||||
free(save.pw_name);
|
||||
|
Reference in New Issue
Block a user