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, 0 insertions, 11 deletions
diff --git a/net-mail/fastforward/files/0.51-errno.patch b/net-mail/fastforward/files/0.51-errno.patch
deleted file mode 100644
index 4aca1b2b4e58..000000000000
--- a/net-mail/fastforward/files/0.51-errno.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;