From: Michihiro NAKAJIMA Date: Mon, 8 Oct 2012 21:25:24 +0000 (+0900) Subject: Rename filter_fork.c to filter_fork_posix.c. X-Git-Tag: v3.1.0~40^2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2767d3cdafd5725330a14df08d823b36a46e2431;p=thirdparty%2Flibarchive.git Rename filter_fork.c to filter_fork_posix.c. It is clear the file is used for which platform. --- diff --git a/Makefile.am b/Makefile.am index 9dbe6813c..b74f70263 100644 --- a/Makefile.am +++ b/Makefile.am @@ -199,7 +199,7 @@ libarchive_la_SOURCES= \ libarchive/archive_write_set_format_zip.c \ libarchive/archive_write_set_options.c \ libarchive/config_freebsd.h \ - libarchive/filter_fork.c \ + libarchive/filter_fork_posix.c \ libarchive/filter_fork.h if INC_WINDOWS_FILES diff --git a/libarchive/CMakeLists.txt b/libarchive/CMakeLists.txt index de2a40aa6..3f0709e44 100644 --- a/libarchive/CMakeLists.txt +++ b/libarchive/CMakeLists.txt @@ -122,7 +122,7 @@ SET(libarchive_SOURCES archive_write_set_format_xar.c archive_write_set_format_zip.c archive_write_set_options.c - filter_fork.c + filter_fork_posix.c filter_fork.h ) diff --git a/libarchive/filter_fork.c b/libarchive/filter_fork_posix.c similarity index 100% rename from libarchive/filter_fork.c rename to libarchive/filter_fork_posix.c