Walter Franzini <[EMAIL PROTECTED]> writes:

> Hi,
>
> I'm unable to build daemontools:

The patch below (stolen from the debian package) had fixed the problem for me.

--- admin/daemontools-0.76/src/error.h.orig     2008-10-07 11:24:00.000000000 
+0200
+++ admin/daemontools-0.76/src/error.h  2008-10-07 11:24:12.000000000 +0200
@@ -3,7 +3,7 @@
 #ifndef ERROR_H
 #define ERROR_H
 
-extern int errno;
+#include <errno.h>
 
 extern int error_intr;
 extern int error_nomem;


-- 
Walter Franzini
http://aegis.stepbuild.org/

PGP Public key ID: 1024D/CB3FEB43
Key fingerprint  : FA26 C33B CAFF 7848 EFEB  7327 96AA 2D57 CB3F EB43
Key server       : http://www.keyserver.net

Attachment: pgpJLnqOEkAa0.pgp
Description: PGP signature

Reply via email to