
19 May
2013
19 May
'13
8:40 p.m.
On Sun, May 19, 2013 at 6:55 PM, Jacob Appelbaum <jacob@appelbaum.net> wrote:
On what platform did you test it where you expect it to work? How about other platforms where it shouldn't work but also shouldn't do harm?
Actually it looks some sd-daemon.c header includes can cause problems on Windows, particularly <unistd.h>, <netinet/in.h> and <sys/un.h>. I guess it really is a better idea to trim the sd-daemon.* files down to bare minimum and enclose it all in #ifdef __linux__ Regards, Marti