Remove useless sbuf_get()
modified libpkg/packing.c
@@ -315,7 +315,7 @@ packing_append_tree(struct packing *pack, const char *treepath,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_attributes.c
@@ -182,7 +182,10 @@ pkg_script_get(struct pkg const * const p, pkg_script i)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_manifest.c
@@ -496,7 +496,7 @@ pkg_obj(struct pkg *pkg, const ucl_object_t *obj, int attr)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1332,7 +1332,7 @@ pkg_emit_manifest(struct pkg *pkg, char **dest, short flags, char **pdigest)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_ports.c
@@ -1121,7 +1121,7 @@ flush_script_buffer(struct sbuf *buf, struct pkg *p, int type)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/plugins.c
@@ -162,7 +162,13 @@ pkg_plugin_get(struct pkg_plugin *p, pkg_plugin_key key)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/utils.h
@@ -70,7 +70,6 @@ struct rsa_key {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified libpkg/repo/binary/query.c
@@ -128,11 +128,12 @@ pkg_repo_binary_query(struct pkg_repo *repo, const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -168,10 +169,10 @@ pkg_repo_binary_shlib_provide(struct pkg_repo *repo, const char *require)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -206,10 +207,10 @@ pkg_repo_binary_provide(struct pkg_repo *repo, const char *require)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -243,10 +244,10 @@ pkg_repo_binary_shlib_require(struct pkg_repo *repo, const char *provide)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -281,10 +282,10 @@ pkg_repo_binary_require(struct pkg_repo *repo, const char *provide)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -417,10 +418,10 @@ pkg_repo_binary_search(struct pkg_repo *repo, const char *pattern, match_t match
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/scripts.c
@@ -132,7 +132,7 @@ pkg_script_run(struct pkg * const pkg, pkg_script type)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -152,7 +152,7 @@ pkg_script_run(struct pkg * const pkg, pkg_script type)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -169,7 +169,7 @@ pkg_script_run(struct pkg * const pkg, pkg_script type)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/utils.c
@@ -76,18 +76,6 @@ sbuf_set(struct sbuf **buf, const char *str)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|