Windows compatibility: The stub replacement for compression_program
(which always returns an error when invoked) needs its prototype.
This commit is contained in:
parent
6ac5bf9062
commit
6d35d9a6e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182953
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user