]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Rename err.h to avoid conflict with system header 2735/head
authorTim Kientzle <kientzle@acm.org>
Sat, 13 Sep 2025 19:30:03 +0000 (12:30 -0700)
committerTim Kientzle <kientzle@acm.org>
Sat, 13 Sep 2025 19:30:03 +0000 (12:30 -0700)
commit96f76577d3ae58c10102987c26707c1d6a7e783b
tree37f57f281c261ea15349161b496dbb489a50b947
parent589659ed7fe15cee514dda3dea81f4053de5a3f3
Rename err.h to avoid conflict with system header

Depending on header search path ordering, we can easily
confuse libarchive_fe/err.h with the system header.
Rename ours to lafe_err.h to avoid the confusion.
Rename libarchive_fe/err.c to match.
28 files changed:
Makefile.am
cat/CMakeLists.txt
cat/bsdcat.c
cat/cmdline.c
contrib/android/Android.mk
cpio/CMakeLists.txt
cpio/cmdline.c
cpio/cpio.c
cpio/cpio_windows.c
cpio/test/CMakeLists.txt
cpio/test/test_owner_parse.c
libarchive_fe/lafe_err.c [moved from libarchive_fe/err.c with 99% similarity]
libarchive_fe/lafe_err.h [moved from libarchive_fe/err.h with 100% similarity]
libarchive_fe/line_reader.c
libarchive_fe/passphrase.c
tar/CMakeLists.txt
tar/bsdtar.c
tar/bsdtar_windows.c
tar/cmdline.c
tar/creation_set.c
tar/read.c
tar/subst.c
tar/util.c
tar/write.c
unzip/CMakeLists.txt
unzip/bsdunzip.c
unzip/cmdline.c
unzip/test/CMakeLists.txt