libarchive: fix build failure on NOMMU systems
authorRon Yorston <rmy@pobox.com>
Tue, 22 Aug 2017 10:34:03 +0000 (11:34 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 22 Aug 2017 13:41:33 +0000 (15:41 +0200)
commite837a0dbbebf4229306df98fe9ee3b9bb30630c4
tree962466ec0a75f0afa3abc27ca22379b9a872c531
parent0ec0fac0459a0607867fec8943cfbef1e24d5d5a
libarchive: fix build failure on NOMMU systems

In the old code fd was an argument, now we need to get the file descriptor
from the xstate structure.

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/libarchive/open_transformer.c