Fix libarchive mismerge of r320927

MFC after:	1 week
X-MFC-with:	320927
Reported by:	Ngie Cooper <ngie@FreeBSD.org>
This commit is contained in:
Martin Matuska 2017-07-13 04:42:29 +00:00
parent b5ddde39ac
commit b86cbbb3ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320931

View File

@ -36,7 +36,7 @@
* assert that ARCHIVE_VERSION_NUMBER >= 2012108.
*/
/* Note: Compiler will complain if this does not match archive_entry.h! */
#define ARCHIVE_VERSION_NUMBER 3003001
#define ARCHIVE_VERSION_NUMBER 3003002
#include <sys/stat.h>
#include <stddef.h> /* for wchar_t */