summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-IDEA/patches/patch-ac
blob: 4a648718bf65ac696da7621f958d56d94994a4b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ac,v 1.1 2005/05/28 00:38:38 heinz Exp $

--- idea.h.orig	Sat May 22 22:30:47 1999
+++ idea.h
@@ -1,4 +1,7 @@
 #include <sys/types.h>
+#if defined(__sun)
+typedef uint16_t u_int16_t;
+#endif
 
 #define IDEA_KS_SIZE 104