CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/15 20:41:16
Modified files:
usr.sbin/mtree : create.c mtree.c spec.c
Log message:
Use user_from_uid(3), group_from_gid(3), uid_from_user(3) and
gid_from_group(3) to avoid repeatedly looking up the same user/group.
Also keep the passwd and group files open to avoid opening and
closing them all the time. OK tb@
