svn commit: r342873 - head/mail/ezmlm/files
John Marino
marino at FreeBSD.org
Wed Feb 5 22:12:03 UTC 2014
Author: marino
Date: Wed Feb 5 22:12:02 2014
New Revision: 342873
URL: http://svnweb.freebsd.org/changeset/ports/342873
QAT: https://qat.redports.org/buildarchive/r342873/
Log:
mail/ezmlm: use <errno.h> header instead of local extern
Added:
head/mail/ezmlm/files/patch-error.h (contents, props changed)
Added: head/mail/ezmlm/files/patch-error.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/ezmlm/files/patch-error.h Wed Feb 5 22:12:02 2014 (r342873)
@@ -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;
More information about the svn-ports-all
mailing list