CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/15 20:42:19
Modified files:
usr.bin/stat : stat.c
Log message:
Use user_from_uid(3) and group_from_gid(3) to avoid extra passwd
and group file lookups. This required a bit of reordering of the
file mode handling bits to deal with the const char *. OK tb@
