Drop usage of STAILQ from the frontend it is not available on all implementation of sys/queue.h
modified src/check.c
@@ -38,6 +38,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -47,20 +48,19 @@ struct deps_entry {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -119,7 +119,7 @@ check_deps(struct pkgdb *db, struct pkg *p, struct deps_head *dh, bool noinstall
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -129,9 +129,10 @@ add_missing_dep(struct pkg_dep *d, struct deps_head *dh, int *nbpkgs)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -142,17 +143,16 @@ add_missing_dep(struct pkg_dep *d, struct deps_head *dh, int *nbpkgs)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -161,7 +161,7 @@ deps_free(struct deps_head *dh)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -176,7 +176,7 @@ fix_deps(struct pkgdb *db, struct deps_head *dh, int nbpkgs)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -229,7 +229,7 @@ cleanup:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -240,7 +240,7 @@ check_summary(struct pkgdb *db, struct deps_head *dh)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -308,7 +308,7 @@ exec_check(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -455,7 +455,7 @@ exec_check(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -527,9 +527,9 @@ exec_check(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -553,7 +553,7 @@ cleanup:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/create.c
@@ -46,16 +46,17 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -85,8 +86,7 @@ pkg_create_matches(int argc, char **argv, match_t match, pkg_formats fmt,
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -133,7 +133,7 @@ pkg_create_matches(int argc, char **argv, match_t match, pkg_formats fmt,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -147,9 +147,8 @@ pkg_create_matches(int argc, char **argv, match_t match, pkg_formats fmt,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/main.c
@@ -51,6 +51,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -119,13 +120,14 @@ static struct commands {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -202,8 +204,9 @@ usage(const char *conffile, const char *reposdir, FILE *out, enum pkg_usage_reas
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -252,7 +255,7 @@ exec_help(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -763,7 +766,7 @@ main(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -829,7 +832,7 @@ main(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|