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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to