pkg_dir is internal only, no need for accessors
modified libpkg/libpkg.ver
@@ -52,8 +52,6 @@ global:
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified libpkg/pkg.c
@@ -1625,8 +1625,8 @@ pkg_copy_tree(struct pkg *pkg, const char *src, const char *dest)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -288,12 +288,6 @@ typedef enum {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -889,12 +883,6 @@ bool pkg_dep_is_locked(struct pkg_dep const * const);
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified libpkg/pkg_attributes.c
@@ -128,33 +128,6 @@ pkg_dir_free(struct pkg_dir *d)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified libpkg/pkg_create.c
@@ -153,12 +153,10 @@ pkg_create_from_dir(struct pkg *pkg, const char *root,
|
|
|
|
|
|
| - | |
| - | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_delete.c
@@ -312,7 +312,7 @@ pkg_delete_dir(struct pkg *pkg, struct pkg_dir *dir)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_manifest.c
@@ -1083,7 +1083,7 @@ pkg_emit_object(struct pkg *pkg, short flags)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_old.c
@@ -152,7 +152,7 @@ pkg_old_emit_content(struct pkg *pkg, char **dest)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_printf.c
@@ -990,7 +990,7 @@ format_directory_group(struct sbuf *sbuf, const void *data,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1001,7 +1001,7 @@ format_directory_path(struct sbuf *sbuf, const void *data, struct percent_esc *p
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1013,7 +1013,7 @@ format_directory_perms(struct sbuf *sbuf, const void *data,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1025,7 +1025,7 @@ format_directory_user(struct sbuf *sbuf, const void *data,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -1703,16 +1703,16 @@ pkgdb_register_pkg(struct pkgdb *db, struct pkg *pkg, int complete, int forced)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|