summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/libarchive/archive_random.c
Commit message (Collapse)AuthorAgeFilesLines
* libarchive: Do not use pthread.h API without headerBrad King2015-10-281-2/+1
|
* libarchive: Avoid non-portable u_int8_tBrad King2015-10-221-7/+7
| | | | Use uint8_t that we prepare in config.h instead.
* libarchive: Define O_CLOEXEC when missingBrad King2015-10-221-0/+4
| | | | Do this in archive_random.c as we do in several other sources already.
* Merge branch 'libarchive-upstream' into update-libarchiveBrad King2015-10-211-0/+266
Resolve conflicts by integrating changes from both sides.