CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/24 19:44:55
Modified files:
bin/pax : ar_subs.c cache.c cache.h extern.h gen_subs.c
options.c tar.c
Log message:
Replace name_{uid,gid}() with the libc routines user_from_uid() and
group_from_gid(). Eliminate some superfluous strncpy() calls.
ok millert@
