svn commit: r185676 - head/lib/libarchive
Tim Kientzle
kientzle at FreeBSD.org
Fri Dec 5 22:18:47 PST 2008
Author: kientzle
Date: Sat Dec 6 06:18:46 2008
New Revision: 185676
URL: http://svn.freebsd.org/changeset/base/185676
Log:
Structure declarations can't be dllexported.
Modified:
head/lib/libarchive/archive_entry.h
Modified: head/lib/libarchive/archive_entry.h
==============================================================================
--- head/lib/libarchive/archive_entry.h Sat Dec 6 06:17:18 2008 (r185675)
+++ head/lib/libarchive/archive_entry.h Sat Dec 6 06:18:46 2008 (r185676)
@@ -441,7 +441,7 @@ __LA_DECL int archive_entry_xattr_next(s
* 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.
More information about the svn-src-head
mailing list