summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-12-06 06:18:46 +0000
committerkientzle <kientzle@FreeBSD.org>2008-12-06 06:18:46 +0000
commitb5c70ed6dfd9b06e10223d0cc00f9ecb3e637043 (patch)
tree311505e3a24315e4b316f021a08c46a041d3cb58 /lib
parent52442c2b5fab8a9238c8e461c75d5d37691df10e (diff)
downloadFreeBSD-src-b5c70ed6dfd9b06e10223d0cc00f9ecb3e637043.zip
FreeBSD-src-b5c70ed6dfd9b06e10223d0cc00f9ecb3e637043.tar.gz
Structure declarations can't be dllexported.
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/archive_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_entry.h b/lib/libarchive/archive_entry.h
index 4e78dbe..93925a9 100644
--- a/lib/libarchive/archive_entry.h
+++ b/lib/libarchive/archive_entry.h
@@ -441,7 +441,7 @@ __LA_DECL int archive_entry_xattr_next(struct archive_entry *,
* Note that archive_entry_size() is reset to zero if the file
* body should not be written to the archive. Pay attention!
*/
-__LA_DECL struct archive_entry_linkresolver;
+struct archive_entry_linkresolver;
/*
* There are three different strategies for marking hardlinks.
OpenPOWER on IntegriCloud