mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Structure declarations can't be dllexported.
This commit is contained in:
parent
485698c170
commit
9d822fe4b1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185676
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user