Windows compatibility: The stub replacement for compression_program

(which always returns an error when invoked) needs its prototype.
This commit is contained in:
Tim Kientzle 2008-09-12 03:53:54 +00:00
parent 6ac5bf9062
commit 6d35d9a6e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182953

View File

@ -31,6 +31,8 @@ __FBSDID("$FreeBSD$");
#if !defined(HAVE_PIPE) || !defined(HAVE_FCNTL) || \ #if !defined(HAVE_PIPE) || !defined(HAVE_FCNTL) || \
!(defined(HAVE_FORK) || defined(HAVE_VFORK)) !(defined(HAVE_FORK) || defined(HAVE_VFORK))
#include "archive.h"
/* /*
* On non-Posix systems, allow the program to build, but choke if * On non-Posix systems, allow the program to build, but choke if
* this function is actually invoked. * this function is actually invoked.