Unify the mirroring type into one single option:
modified libpkg/fetch.c
@@ -130,6 +130,7 @@ pkg_fetch_file_to_fd(const char *url, int dest, time_t t)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -142,9 +143,10 @@ pkg_fetch_file_to_fd(const char *url, int dest, time_t t)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -152,8 +154,10 @@ pkg_fetch_file_to_fd(const char *url, int dest, time_t t)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -303,7 +303,7 @@ typedef enum _pkg_config_key {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -312,7 +312,6 @@ typedef enum _pkg_config_key {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -145,13 +145,15 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -194,15 +196,6 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|