diff options
Diffstat (limited to 'security/p5-Crypt-IDEA/files/patch-aa')
-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 + |