]> git.ipfire.org Git - thirdparty/tar.git/commit
Prefer stdckdint.h to intprops.h
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Jul 2024 00:59:04 +0000 (17:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Aug 2024 08:41:43 +0000 (01:41 -0700)
commita9372cf08a05723b2a06efff3402077598138238
tree811ccbff8d5c9336db5f624e0bba231e602f124d
parentbe1aa32c6df9fea3e429ff62eebc3d8de28e0f67
Prefer stdckdint.h to intprops.h

Problem reported by Collin Funk in:
https://lists.gnu.org/r/bug-tar/2024-07/msg00000.html
though this patch is more general than Collin’s suggestion.
* src/compare.c (diff_multivol):
* src/delete.c (move_archive):
* src/sparse.c (oldgnu_add_sparse, pax_decode_header):
* src/system.c (mtioseek):
Prefer ckd_add and ckd_mul to the intprops.h equivalents,
since stdckdint.h is now standard.
src/compare.c
src/delete.c
src/sparse.c
src/system.c