mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Revert 1.18: It broke Athlon64 builds, which
probably means it also requires a .so version bump. Defer it until I finish some related work on cleaning up error returns throughout the library. Thanks to: Conrad J. Sabatier
This commit is contained in:
parent
ccd736423f
commit
d4ddb4f67f
1 changed files with 2 additions and 1 deletions
|
|
@ -291,7 +291,8 @@ int archive_write_open_file(struct archive *, const char *_file);
|
|||
*/
|
||||
int archive_write_header(struct archive *,
|
||||
struct archive_entry *);
|
||||
ssize_t archive_write_data(struct archive *, const void *, size_t);
|
||||
/* TODO: should be ssize_t, but that might require .so version bump? */
|
||||
int archive_write_data(struct archive *, const void *, size_t);
|
||||
int archive_write_close(struct archive *);
|
||||
void archive_write_finish(struct archive *);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue