mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Enable ISO9660 support in "read_support_format_all".
In particular, bsdtar should now recognize ISO9660 images.
This commit is contained in:
parent
5d9e84da87
commit
9e5ae80dce
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139566
@ -33,6 +33,7 @@ int
|
||||
archive_read_support_format_all(struct archive *a)
|
||||
{
|
||||
archive_read_support_format_cpio(a);
|
||||
archive_read_support_format_iso9660(a);
|
||||
archive_read_support_format_tar(a);
|
||||
return (ARCHIVE_OK);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user