mail/ezmlm: use <errno.h> header instead of local extern

This commit is contained in:
John Marino 2014-02-05 22:12:02 +00:00
parent c7e7a4fbec
commit 1bf166dddf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342873

View File

@ -0,0 +1,11 @@
--- error.h.orig 1997-06-30 03:11:54.000000000 +0000
+++ error.h
@@ -1,7 +1,7 @@
#ifndef ERROR_H
#define ERROR_H
-extern int errno;
+#include <errno.h>
extern int error_intr;
extern int error_nomem;