1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-30 16:00:53 +01:00

49606: remove old NIS-specific code for retrieving user data

This commit is contained in:
Oliver Kiddle 2021-11-28 20:55:02 +01:00
parent 926a1a7296
commit 07c77dad50
4 changed files with 4 additions and 156 deletions

View file

@ -1108,7 +1108,7 @@ substnamedir(char *s)
/* Returns the current username. It caches the username *
* and uid to try to avoid requerying the password files *
* or NIS/NIS+ database. */
* or other source. */
/**/
uid_t cached_uid;