From b2f0cda33a6dfd86c70ed91212210adfed1ce94c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 6 Oct 2005 13:40:30 +0100 Subject: [PATCH] Minor fixing. * error: don't try to declare errno by hand: include the standard header file instead. * debian: fix maintainer email address. --- debian/control | 2 +- error.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.11.0