summaryrefslogtreecommitdiff
path: root/security/crack/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-08 18:37:53 +0000
committerjoerg <joerg>2005-12-08 18:37:53 +0000
commit874f3d9bbc4ed10043f1841e327951cc128ed9b3 (patch)
tree9bbb5d8019b4f25e6626e0e26d5abd21d110dd19 /security/crack/patches
parent48c33ce226632d02b0e77d7c7979f022578e41f1 (diff)
downloadpkgsrc-874f3d9bbc4ed10043f1841e327951cc128ed9b3.tar.gz
Fix errno.
Diffstat (limited to 'security/crack/patches')
-rw-r--r--security/crack/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/crack/patches/patch-ae b/security/crack/patches/patch-ae
new file mode 100644
index 00000000000..692e5c7998c
--- /dev/null
+++ b/security/crack/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2005/12/08 18:37:53 joerg Exp $
+
+--- src/libdes/enc_read.c.orig 2005-12-08 18:33:07.000000000 +0000
++++ src/libdes/enc_read.c
+@@ -50,7 +50,6 @@
+ #include "des_locl.h"
+
+ /* This has some uglies in it but it works - even over sockets. */
+-extern int errno;
+ int des_rw_mode=DES_PCBC_MODE;
+
+ int des_enc_read(fd, buf, len, sched, iv)