about summary refs log tree commit diff
path: root/Src/utils.c
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-11-28 20:55:02 +0100
committerOliver Kiddle <opk@zsh.org>2021-11-28 20:55:02 +0100
commit07c77dad5025a3c1a1cef8c707fa1f1ae43d0f1c (patch)
treea83adba232c13e607438795927dbde2f348eb58a /Src/utils.c
parent926a1a729661e0ea31e5dcfd3965cea747d36af3 (diff)
downloadzsh-07c77dad5025a3c1a1cef8c707fa1f1ae43d0f1c.tar.gz
zsh-07c77dad5025a3c1a1cef8c707fa1f1ae43d0f1c.tar.xz
zsh-07c77dad5025a3c1a1cef8c707fa1f1ae43d0f1c.zip
49606: remove old NIS-specific code for retrieving user data
Diffstat (limited to 'Src/utils.c')
-rw-r--r--Src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c
index 8adab2bd7..f9127c70c 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -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;