pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-IDEA/patches Fixed type error on Sol...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60f302c89acb
branches:  trunk
changeset: 494685:60f302c89acb
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat May 28 00:38:38 2005 +0000

description:
Fixed type error on Solaris (tested with Solaris 9).

diffstat:

 security/p5-Crypt-IDEA/patches/patch-ac |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r bc987ddcdcd4 -r 60f302c89acb security/p5-Crypt-IDEA/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-IDEA/patches/patch-ac   Sat May 28 00:38:38 2005 +0000
@@ -0,0 +1,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
+ 



Home | Main Index | Thread Index | Old Index