diff options
author | Martin Matuska <mm@FreeBSD.org> | 2013-03-21 18:59:02 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2013-03-21 18:59:02 +0000 |
commit | 6a316f322a46b3e531726dd2a7de63b9e245878d (patch) | |
tree | 45c2c8840d99cc81725a3970fd3beee587313cf5 /libarchive/filter_fork.h | |
parent | 81418b36c02b6434acd4b8ae4cfb8c80a3742fd4 (diff) | |
download | src-6a316f322a46b3e531726dd2a7de63b9e245878d.tar.gz src-6a316f322a46b3e531726dd2a7de63b9e245878d.zip |
Update libarchive's vendor dist to version 3.1.2 from release branch.
Git branch: release
Git commit: 19f23e191f9d3e1dd2a518735046100419965804
Obtained from: https://github.com/libarchive/libarchive.git
Notes
Notes:
svn path=/vendor/libarchive/dist/; revision=248590
Diffstat (limited to 'libarchive/filter_fork.h')
-rw-r--r-- | libarchive/filter_fork.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/filter_fork.h b/libarchive/filter_fork.h index 453d032d1c81..a28272bee33b 100644 --- a/libarchive/filter_fork.h +++ b/libarchive/filter_fork.h @@ -33,7 +33,7 @@ #define FILTER_FORK_H pid_t -__archive_create_child(const char *path, int *child_stdin, int *child_stdout); +__archive_create_child(const char *cmd, int *child_stdin, int *child_stdout); void __archive_check_child(int in, int out); |