]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Start implementing the "resdevice" (resident device) keyword. It
authorJean-Yves Migeon <jeanyves.migeon@free.fr>
Wed, 4 Sep 2013 13:08:20 +0000 (15:08 +0200)
committerJean-Yves Migeon <jeanyves.migeon@free.fr>
Wed, 4 Sep 2013 13:08:20 +0000 (15:08 +0200)
commit450986f975b3aa560cc130f9884cea240a619c74
treec95691b9f8154d37e451b4a15f2cbbd824574fa1
parent4e002d9a92ecd7cec0fb98b0bedbace8aad81f6e
Start implementing the "resdevice" (resident device) keyword. It
corresponds to the st_dev field of stat(2), e.g. the ID of the
device that contains the inode.

Change parse_device() prototype so it can be used for "device"
and "resdevice", and call the appropriate archive_entry_set_{,r}dev()
function to store the field value.
libarchive/archive_read_support_format_mtree.c