fetch: use string list to unset, pkg_kv is not needed
modified libpkg/fetch.c
@@ -181,7 +181,7 @@ pkg_fetch_file_to_fd(struct pkg_repo *repo, const char *url, int dest,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -234,13 +234,13 @@ pkg_fetch_file_to_fd(struct pkg_repo *repo, const char *url, int dest,
|
|
|
|
|
|
| - | |
| - | |
|
|
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -334,8 +334,8 @@ cleanup:
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -158,6 +158,7 @@ struct pkg_message;
|
|
|
|
|
|
| + | |
|
|
|
|
|