summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/libarchive/archive_pack_dev.c
Commit message (Collapse)AuthorAgeFilesLines
* libarchive: Fix detection of 'major' on Solaris 11.4Brad King2020-01-301-1/+5
| | | | | | In `archive_pack_dev.c` there is code checking the `HAVE_MAJOR` macro, but it is not computed. Port the equivalent logic from `archive_entry.c`.
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2018-09-261-0/+3
| | | | | * upstream-LibArchive: LibArchive 2018-09-03 (5fe69dd0)
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2017-07-201-1/+1
| | | | | * upstream-LibArchive: LibArchive 2017-07-09 (98a69539)
* libarchive: Avoid using name 'u_long'Brad King2014-04-111-27/+27
| | | | | The system headers on some platforms define a 'u_long' type so we cannot use the name. Spell out 'unsigned long' instead.
* Merge branch 'libarchive-upstream' into update-libarchiveBrad King2014-04-031-0/+329
Resolve conflicts in favor of the upstream side where possible. Resolve a logical conflict in archive_windows.h where the upstream port to Watcom was done slightly differently from ours.