summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-03-05 20:53:37 +0000
committerMike Frysinger <vapier@gentoo.org>2003-03-05 20:53:37 +0000
commit9f2dcf3d5050cd2a4d9a9bc711aa9d579fc04bf9 (patch)
tree7f577be7a13a84e73dceb869b1761d8c4029c347 /net-mail/checkpassword/files
parentglibc fix #16798 (diff)
downloadhistorical-9f2dcf3d5050cd2a4d9a9bc711aa9d579fc04bf9.tar.gz
historical-9f2dcf3d5050cd2a4d9a9bc711aa9d579fc04bf9.tar.bz2
historical-9f2dcf3d5050cd2a4d9a9bc711aa9d579fc04bf9.zip
glibc fix #16801
Diffstat (limited to 'net-mail/checkpassword/files')
-rw-r--r--net-mail/checkpassword/files/0.90-errno.patch11
-rw-r--r--net-mail/checkpassword/files/digest-checkpassword-0.90-r1 (renamed from net-mail/checkpassword/files/digest-checkpassword-0.90)0
2 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/checkpassword/files/0.90-errno.patch b/net-mail/checkpassword/files/0.90-errno.patch
new file mode 100644
index 000000000000..9cf40c689c1e
--- /dev/null
+++ b/net-mail/checkpassword/files/0.90-errno.patch
@@ -0,0 +1,11 @@
+--- error.h.orig 2003-03-05 15:48:54.000000000 -0500
++++ 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;
diff --git a/net-mail/checkpassword/files/digest-checkpassword-0.90 b/net-mail/checkpassword/files/digest-checkpassword-0.90-r1
index 10692257ca98..10692257ca98 100644
--- a/net-mail/checkpassword/files/digest-checkpassword-0.90
+++ b/net-mail/checkpassword/files/digest-checkpassword-0.90-r1