style(9) fix to recently committed code -- don't use _t on typedefs
modified libpkg/pkg_repo.c
@@ -43,7 +43,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -57,9 +57,9 @@ typedef enum _sql_prstmt_index_t {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -411,7 +411,7 @@ initialize_repo(const char *repodb, sqlite3 **sqlite)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -428,7 +428,7 @@ initialize_prepared_statements(sqlite3 *sqlite)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -466,7 +466,7 @@ run_prepared_statement(sql_prstmt_index_t s, ...)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -74,7 +74,7 @@ static bool is_attached(sqlite3 *, const char *);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1479,7 +1479,7 @@ pkgdb_load_mtree(struct pkgdb *db, struct pkg *pkg)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1500,9 +1500,9 @@ typedef enum _sql_prstmt_index_t {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1620,7 +1620,7 @@ static sql_prstmt_t sql_prepared_statements[PRSTMT_LAST] = {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1642,7 +1642,7 @@ prstmt_initialize(struct pkgdb *db)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1683,7 +1683,7 @@ run_prstmt(sql_prstmt_index_t s, ...)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -163,11 +163,11 @@ struct pkg_shlib {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|