Fix is_hardlink definition.
modified libpkg/pkg.c
@@ -1551,9 +1551,8 @@ pkg_recompute(struct pkgdb *db, struct pkg *pkg)
|
|
|
|
|
|
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1561,6 +1560,7 @@ pkg_recompute(struct pkgdb *db, struct pkg *pkg)
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_create.c
@@ -84,7 +84,7 @@ pkg_create_from_dir(struct pkg *pkg, const char *root,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_ports.c
@@ -375,13 +375,23 @@ file(struct plist *p, char *line, struct file_attr *a)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/utils.c
@@ -471,13 +471,13 @@ is_hardlink(struct hardlinks *hl, struct stat *st)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|