Add a helper to avoid duplicating code for socketpairs creation
modified libpkg/private/utils.h
@@ -99,5 +99,6 @@ int *text_diff(char *a, char *b);
|
|
|
|
|
|
| + | |
|
|
|
modified libpkg/utils.c
@@ -28,6 +28,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -818,3 +819,15 @@ pkg_namecmp(struct pkg *a, struct pkg *b)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |