diff options
author | Jim Meyering <jim@meyering.net> | 1997-08-31 18:13:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-08-31 18:13:56 +0000 |
commit | a14eed3cb273dfd6434091019c02a725b1077e6f (patch) | |
tree | 5be3a7009ea319aa71cccd6e6acc5ca2d72c1068 | |
parent | 59e5cb3ea3db02d0744010cdeb76f0245e984824 (diff) | |
download | coreutils-a14eed3cb273dfd6434091019c02a725b1077e6f.tar.xz |
Ifdef out dcl of now-unused nogroup_alist.
-rw-r--r-- | lib/idcache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/idcache.c b/lib/idcache.c index a327067da..e8809c838 100644 --- a/lib/idcache.c +++ b/lib/idcache.c @@ -135,7 +135,9 @@ getuidbyname (user) /* Use the same struct as for userids. */ static struct userid *group_alist; +#ifdef NOT_USED static struct userid *nogroup_alist; +#endif /* Translate GID to a group name or a stringified number, with cache. */ |