diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-09-26 18:51:23 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-09-26 18:51:23 +0000 |
commit | e04f6feacb1ed0cd530282333b61742b0238d064 (patch) | |
tree | d8f23e5cc6dd1b65a5a3151be516967f1c8e9534 /security/p5-Crypt-IDEA/files | |
parent | back to the snaps w/egcs-19980914 (diff) |
Update for new perl5
Diffstat (limited to 'security/p5-Crypt-IDEA/files')
-rw-r--r-- | security/p5-Crypt-IDEA/files/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/p5-Crypt-IDEA/files/patch-aa b/security/p5-Crypt-IDEA/files/patch-aa new file mode 100644 index 000000000000..2fdceb4fa182 --- /dev/null +++ b/security/p5-Crypt-IDEA/files/patch-aa @@ -0,0 +1,8 @@ +--- idea.h.ORIG Sat Sep 26 15:55:53 1998 ++++ idea.h Sat Sep 26 15:56:43 1998 +@@ -1,4 +1,4 @@ +-#include <machine/types.h> ++#include <sys/types.h> + + #define IDEA_KS_SIZE 104 + |