diff options
Diffstat (limited to 'sysutils/policykit/files/patch-src_kit_kit-spawn.c')
| -rw-r--r-- | sysutils/policykit/files/patch-src_kit_kit-spawn.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/policykit/files/patch-src_kit_kit-spawn.c b/sysutils/policykit/files/patch-src_kit_kit-spawn.c new file mode 100644 index 000000000000..1521a6a99f8a --- /dev/null +++ b/sysutils/policykit/files/patch-src_kit_kit-spawn.c @@ -0,0 +1,13 @@ +--- src/kit/kit-spawn.c.orig 2009-03-29 20:11:24.000000000 -0400 ++++ src/kit/kit-spawn.c 2009-03-29 20:11:43.000000000 -0400 +@@ -396,7 +396,10 @@ kit_spawn_sync (const char *working_ + } + } + ++again: + if (waitpid (pid, out_exit_status, 0) == -1) { ++ if (errno == EINTR) ++ goto again; + goto out; + } + pid = -1; |
