1
0
Fork 0
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:
Tanaka Akira 1999-10-19 05:33:46 +00:00
parent 857e892722
commit b41f85ad86

View file

@ -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)