Handle EINTR in pkg_query_select.
modified src/utils.c
@@ -182,7 +182,13 @@ query_select(const char *msg, const char **opts, int ncnt, int deft)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -193,8 +199,9 @@ query_select(const char *msg, const char **opts, int ncnt, int deft)
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|