projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8459376
)
Ifdef out dcl of now-unused nogroup_alist.
author
Jim Meyering
<jim@meyering.net>
Sun, 31 Aug 1997 18:13:56 +0000
(18:13 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 31 Aug 1997 18:13:56 +0000
(18:13 +0000)
lib/idcache.c
patch
|
blob
|
history
diff --git
a/lib/idcache.c
b/lib/idcache.c
index a327067daf1adbfb8ead34d1af87a308da687273..e8809c838339153352d9048f6bfd9fdc33dcbd98 100644
(file)
--- 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. */