From 2767d3cdafd5725330a14df08d823b36a46e2431 Mon Sep 17 00:00:00 2001 From: Michihiro NAKAJIMA Date: Tue, 9 Oct 2012 06:25:24 +0900 Subject: [PATCH] Rename filter_fork.c to filter_fork_posix.c. It is clear the file is used for which platform. --- Makefile.am | 2 +- libarchive/CMakeLists.txt | 2 +- libarchive/{filter_fork.c => filter_fork_posix.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename libarchive/{filter_fork.c => filter_fork_posix.c} (100%) 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 -- 2.47.2