mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* NEWS: Mention the addition. * modules/idcache (Files): Add lib/idcache.h * lib/idcache.c: Include "idcache.h". Don't include <sys/types.h>. Add a FIXME comment. Move file-scoped "static" declarations to the top. * lib/idcache.h: New file. Include <sys/types.h> here, instead.
25 lines
260 B
Plaintext
25 lines
260 B
Plaintext
Description:
|
|
Username <--> uid and groupname <--> gid conversions, with cache for speed.
|
|
|
|
Files:
|
|
lib/idcache.c
|
|
lib/idcache.h
|
|
m4/idcache.m4
|
|
|
|
Depends-on:
|
|
flexmember
|
|
xalloc
|
|
|
|
configure.ac:
|
|
gl_IDCACHE
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|