From: Mark Wooding Date: Thu, 6 Oct 2005 12:40:30 +0000 (+0100) Subject: Minor fixing. X-Git-Tag: mdw/1.03-5~5 X-Git-Url: https://git.distorted.org.uk/~mdw/qmail/commitdiff_plain/b2f0cda33a6dfd86c70ed91212210adfed1ce94c Minor fixing. * error: don't try to declare errno by hand: include the standard header file instead. * debian: fix maintainer email address. --- diff --git a/debian/control b/debian/control index 4ea5783..0d1534b 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: qmail -Maintainer: Mark Wooding +Maintainer: Mark Wooding Section: mail Priority: extra Standards-Version: 2.1.2.2 diff --git a/error.h b/error.h index 01bd3dc..5d98c6b 100644 --- a/error.h +++ b/error.h @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H -extern int errno; +#include extern int error_intr; extern int error_nomem;