CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/09/13 06:31:15
Modified files:
include : pwd.h grp.h
lib/libc/gen : pwcache.3 pwcache.c getgrent.c
lib/libc : shlib_version Symbols.list
lib/libc/hidden: grp.h pwd.h
Log message:
Add uid_from_user() and gid_from_group(), derived from pax's cache.c.
It replaces the existing pwcache.c functions user_from_uid(3) and
group_from_gid(3) with the pax equivalents. Adapted from NetBSD
(mycroft) changes from our own pax's cache.c. OK guenther@