CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/15 20:44:07
Modified files:
bin/chmod : chmod.c
bin/ps : ps.c
sbin/fsdb : fsdb.c
sbin/pfctl : parse.y
usr.bin/find : function.c
usr.bin/fstat : fstat.c
usr.bin/newsyslog: newsyslog.c
usr.bin/pkill : pkill.c
usr.bin/top : username.c
usr.bin/xinstall: xinstall.c
usr.sbin/edquota: edquota.c
Log message:
Use uid_from_user(3) and gid_from_group(3) in utilities that
do repeated lookups. OK tb@
