supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* [PATCH] wait_pid call in runit.c
@ 2006-11-15  6:03 Jan Kämpe
  2006-11-15  9:40 ` Gerrit Pape
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kämpe @ 2006-11-15  6:03 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 43 bytes --]

Hi,

wait_pid parameters mixed in runit.c?

[-- Attachment #2: runit-170.diff --]
[-- Type: text/x-diff, Size: 275 bytes --]

--- ./src/runit.c.orig	2006-11-14 20:16:26.000000000 +0200
+++ ./src/runit.c	2006-11-14 20:27:47.000000000 +0200
@@ -330,7 +330,7 @@
   break;
   default:
   sig_unblock(sig_child);
-  while (wait_pid(pid, 0, 0) == -1);
+  while (wait_pid(&wstat, pid) == -1);
   }
 #endif
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] wait_pid call in runit.c
  2006-11-15  6:03 [PATCH] wait_pid call in runit.c Jan Kämpe
@ 2006-11-15  9:40 ` Gerrit Pape
  0 siblings, 0 replies; 2+ messages in thread
From: Gerrit Pape @ 2006-11-15  9:40 UTC (permalink / raw)


On Wed, Nov 15, 2006 at 08:03:53AM +0200, Jan K?mpe wrote:
> wait_pid parameters mixed in runit.c?

Yes, thanks.  Regards, Gerrit.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-15  9:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-15  6:03 [PATCH] wait_pid call in runit.c Jan Kämpe
2006-11-15  9:40 ` Gerrit Pape

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).