X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fidcache.c;h=0706f007f57b33f3582eb842bc22ea3ba7cfa63e;hb=5d0b385594bc914e6233988bfb6bc1b92a2184b5;hp=0398b69f1ae7511fdb3d73f5466efb74205720da;hpb=611fb5fc426cff563944cc44c637c8dbb5eb39a6;p=gnulib.git diff --git a/lib/idcache.c b/lib/idcache.c index 0398b69f1..0706f007f 100644 --- a/lib/idcache.c +++ b/lib/idcache.c @@ -47,7 +47,7 @@ struct userid static struct userid *user_alist; -/* The members of this list have names not in the local passwd file. */ +/* Each entry on list is a user name for which the first lookup failed. */ static struct userid *nouser_alist; /* Translate UID to a login name, with cache, or NULL if unresolved. */ @@ -134,6 +134,8 @@ getuidbyname (const char *user) /* Use the same struct as for userids. */ static struct userid *group_alist; + +/* Each entry on list is a group name for which the first lookup failed. */ static struct userid *nogroup_alist; /* Translate GID to a group name, with cache, or NULL if unresolved. */