]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Rename filter_fork.c to filter_fork_posix.c.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 8 Oct 2012 21:25:24 +0000 (06:25 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 8 Oct 2012 21:25:24 +0000 (06:25 +0900)
It is clear the file is used for which platform.

Makefile.am
libarchive/CMakeLists.txt
libarchive/filter_fork_posix.c [moved from libarchive/filter_fork.c with 100% similarity]

index 9dbe6813c21dce24774842c97de41bba246eff80..b74f70263d44c6cf8deb0625a9a6483153fde885 100644 (file)
@@ -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
index de2a40aa6c884660c81a969735a0aa9ce4e92dd9..3f0709e442173674ae07bb514a5b929ae21dd680 100644 (file)
@@ -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
 )