From 876fc971610cf188a26cc013623096c5331829d8 Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 13 Sep 2018 16:34:33 +0000 Subject: [PATCH] Unbreak ramdisks by catching up with the change to use the new libc uid_from_user() and gid_from_group() instead of the pax-specific functions in cache.c. --- distrib/special/pax/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/special/pax/Makefile b/distrib/special/pax/Makefile index d7825b3c11b..ae415cb7a1f 100644 --- a/distrib/special/pax/Makefile +++ b/distrib/special/pax/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2014/01/11 05:37:18 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2018/09/13 16:34:33 sthen Exp $ .PATH: ${.CURDIR}/../../../bin/pax 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 -- 2.20.1