From 29674d63692a2ee176b61fbf485fcac292cf395a Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Wed, 31 Dec 2008 02:07:58 -0500 Subject: [PATCH] Merge r343 from trunk, fixes Issue 1. SVN-Revision: 344 --- libarchive/archive.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libarchive/archive.h b/libarchive/archive.h index 9da0bc013..edb653a7c 100644 --- a/libarchive/archive.h +++ b/libarchive/archive.h @@ -626,11 +626,14 @@ __LA_DECL void archive_copy_error(struct archive *dest, } #endif -/* This is meaningless outside of this header. */ +/* These are meaningless outside of this header. */ #undef __LA_DECL #undef __LA_GID_T -#undef __LA_INT64_T -#undef __LA_SSIZE_T #undef __LA_UID_T +/* These need to remain defined because they're used in the + * callback type definitions. XXX Fix this. This is ugly. XXX */ +/* #undef __LA_INT64_T */ +/* #undef __LA_SSIZE_T */ + #endif /* !ARCHIVE_H_INCLUDED */ -- 2.47.3