Compiling daemontools

Miles Wilton <[email protected]> Mon, 19 Apr 2010 12:23:21 +0100
Newsgroups gmane.network.djbdns
Message-ID <[email protected]>
Hi,

I had to alter src/error.h to get daemontools to compile on openSuSE:

Replaced the line

extern int errno;

with

#include <errno.h>

Thanks,

Miles.