mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
manual/8327
This commit is contained in:
parent
857e892722
commit
b41f85ad86
1 changed files with 0 additions and 9 deletions
|
@ -407,15 +407,6 @@ fprintdir(char *s, FILE *f)
|
|||
}
|
||||
}
|
||||
|
||||
/* Returns the current username. It caches the username *
|
||||
* and uid to try to avoid requerying the password files *
|
||||
* or NIS/NIS+ database. */
|
||||
|
||||
/**/
|
||||
uid_t cached_uid;
|
||||
/**/
|
||||
char *cached_username;
|
||||
|
||||
/**/
|
||||
char *
|
||||
get_username(void)
|
||||
|
|
Loading…
Reference in a new issue