summaryrefslogtreecommitdiff
path: root/net-mail/checkpassword/files/checkpassword-0.90-errno.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/checkpassword/files/checkpassword-0.90-errno.patch')
-rw-r--r--net-mail/checkpassword/files/checkpassword-0.90-errno.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/checkpassword/files/checkpassword-0.90-errno.patch b/net-mail/checkpassword/files/checkpassword-0.90-errno.patch
new file mode 100644
index 000000000000..0e152b4aee76
--- /dev/null
+++ b/net-mail/checkpassword/files/checkpassword-0.90-errno.patch
@@ -0,0 +1,11 @@
+--- a/error.h 2003-03-05 15:48:54.000000000 -0500
++++ b/error.h 2003-03-05 15:49:08.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;