On 2018/09/13 06:33, Todd C. Miller wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   [email protected] 2018/09/13 06:33:43
> 
> Modified files:
>       bin/pax        : Makefile extern.h options.c pax.c sel_subs.c 
>                        tar.c 
> Removed files:
>       bin/pax        : cache.c 
> 
> Log message:
> Use the new libc uid_from_user() and gid_from_group() instead of
> the pax-specific functions in cache.c.  OK guenther@
> 

distrib/special/pax needs adapting too. Hopefully just this, I'm trying it now.

Index: Makefile
===================================================================
RCS file: /cvs/src/distrib/special/pax/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- Makefile    11 Jan 2014 05:37:18 -0000      1.1
+++ Makefile    13 Sep 2018 15:57:41 -0000
@@ -4,7 +4,7 @@
 CFLAGS+=-DNOCPIO -I${.CURDIR}/../../../bin/pax
 
 PROG=   pax
-SRCS=  ar_io.c ar_subs.c buf_subs.c cache.c file_subs.c ftree.c\
+SRCS=  ar_io.c ar_subs.c buf_subs.c file_subs.c ftree.c\
        gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
        tar.c tty_subs.c
 

Reply via email to