Replace name_{uid,gid}() with the libc routines user_from_uid() and
authorguenther <guenther@openbsd.org>
Thu, 25 Aug 2016 01:44:55 +0000 (01:44 +0000)
committerguenther <guenther@openbsd.org>
Thu, 25 Aug 2016 01:44:55 +0000 (01:44 +0000)
commit4c043852dc27aefa3b4502e6379b8a24ad398904
tree8f800b953ec9b10adfc35c5b7b0013ed6c6dc4bc
parent42379b2643cfbdafbb51f8e8e0379ce75b21822c
Replace name_{uid,gid}() with the libc routines user_from_uid() and
group_from_gid().  Eliminate some superfluous strncpy() calls.

ok millert@
bin/pax/ar_subs.c
bin/pax/cache.c
bin/pax/cache.h
bin/pax/extern.h
bin/pax/gen_subs.c
bin/pax/options.c
bin/pax/tar.c