diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2018-09-13 16:34:34 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2018-09-13 16:34:34 +0000 |
commit | f69d73df9eb1d7da4fafad21ee94aa229bdf5b06 (patch) | |
tree | eb1775dc19dd166d976b5d0d8ab3a37f46e1a331 /distrib | |
parent | d3528e73f0fe7db1ea3b5251e9d02db510aad173 (diff) |
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.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/pax/Makefile | 4 |
1 files 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 |