summaryrefslogtreecommitdiff
path: root/net-mail/fastforward/files/0.51-errno.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/fastforward/files/0.51-errno.patch')
-rw-r--r--net-mail/fastforward/files/0.51-errno.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/fastforward/files/0.51-errno.patch b/net-mail/fastforward/files/0.51-errno.patch
new file mode 100644
index 000000000000..4aca1b2b4e58
--- /dev/null
+++ b/net-mail/fastforward/files/0.51-errno.patch
@@ -0,0 +1,11 @@
+--- error.h.orig 2003-03-05 15:42:51.000000000 -0500
++++ error.h 2003-03-05 15:43:00.000000000 -0500
+@@ -1,7 +1,7 @@
+ #ifndef ERROR_H
+ #define ERROR_H
+
+-extern int errno;
++#include <errno.h>
+
+ extern int error_intr;
+ extern int error_nomem;