On Thu, Apr 24, 2014 at 09:41:00AM -0700, Gurucharan Shetty wrote:
> We have some common code between daemon-unix.c and
> daemon-windows.c. Move them to daemon.c
>
> Signed-off-by: Gurucharan Shetty
I didn't trying building this but at a glance the change from v1 is
what I expected.
Acked-by: B
We have some common code between daemon-unix.c and
daemon-windows.c. Move them to daemon.c
Signed-off-by: Gurucharan Shetty
---
lib/automake.mk |1 +
lib/daemon-private.h | 25 +
lib/daemon-unix.c| 38 --
lib/daemon-win