Restore dir order
modified libpkg/pkg.c
@@ -506,6 +506,21 @@ pkg_conflicts(const struct pkg *pkg, struct pkg_conflict **c)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -529,7 +544,6 @@ pkg_##name(const struct pkg *pkg, type **c) { \
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -781,7 +795,7 @@ pkg_adddir_attr(struct pkg *pkg, const char *path, const char *uname,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -806,7 +820,8 @@ pkg_adddir_attr(struct pkg *pkg, const char *path, const char *uname,
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1225,7 +1240,7 @@ pkg_list_count(const struct pkg *pkg, pkg_list list)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1269,11 +1284,13 @@ pkg_list_free(struct pkg *pkg, pkg_list list) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1701,7 +1718,7 @@ pkg_has_file(struct pkg *p, const char *path)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_create.c
@@ -146,7 +146,7 @@ pkg_create_from_dir(struct pkg *pkg, const char *root,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -246,7 +246,8 @@ struct pkg {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -313,6 +314,7 @@ struct pkg_dir {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/repo/binary/query.c
@@ -465,9 +465,11 @@ pkg_repo_binary_ensure_loaded(struct pkg_repo *repo,
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|