git: pax(8): Switch to using libc's pwcache instead of a local implementation.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Apr 5 00:37:31 PDT 2018


commit 9e6611d4b652cf8e80f3655aa77deb2eb186c6a5
Author: Sascha Wildner <saw at online.de>
Date:   Thu Apr 5 09:36:00 2018 +0200

    pax(8): Switch to using libc's pwcache instead of a local implementation.
    
    Based-on: NetBSD

Summary of changes:
 bin/pax/Makefile   |   3 +-
 bin/pax/ar_subs.c  |   4 -
 bin/pax/cache.c    | 420 -----------------------------------------------------
 bin/pax/cache.h    |  72 ---------
 bin/pax/extern.h   |   2 +-
 bin/pax/gen_subs.c |  12 +-
 bin/pax/tar.c      |  20 +--
 7 files changed, 20 insertions(+), 513 deletions(-)
 delete mode 100644 bin/pax/cache.c
 delete mode 100644 bin/pax/cache.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9e6611d4b652cf8e80f3655aa77deb2eb186c6a5


-- 
DragonFly BSD source repository


More information about the Commits mailing list