Windows compatibility: The stub replacement for compression_program

(which always returns an error when invoked) needs its prototype.
This commit is contained in:
kientzle 2008-09-12 03:53:54 +00:00
parent 4ffcdcfe35
commit 93721eec26

View File

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