]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Rework the la_ssize_t and la_int64_t definitions to avoid
authorTim Kientzle <kientzle@acm.org>
Sun, 6 Sep 2015 05:43:09 +0000 (22:43 -0700)
committerTim Kientzle <kientzle@acm.org>
Sun, 6 Sep 2015 05:43:09 +0000 (22:43 -0700)
commit1880dfc53f0ec7a809e3e3f36dcec12971081912
treec5967091bae52c88269bead60799f248cae05b00
parentb53fb4495d8de56f86c6bf85ea5633c60d6e2425
Rework the la_ssize_t and la_int64_t definitions to avoid
redefining la_int64_t if both archive.h and archive_entry.h are
included.  (This avoids a warning from clang that redefining
a typedef is a C11 feature.)
libarchive/archive.h
libarchive/archive_entry.h