mail/ezmlm: use <errno.h> header instead of local extern
This commit is contained in:
parent
c7e7a4fbec
commit
1bf166dddf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342873
11
mail/ezmlm/files/patch-error.h
Normal file
11
mail/ezmlm/files/patch-error.h
Normal 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;
|
Loading…
Reference in New Issue
Block a user