pkgsrc/net/boinc3-coreclient/patches/patch-ac
2004-07-19 20:09:15 +00:00

13 lines
421 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2004/07/19 20:09:15 drochner Exp $
--- RSAEuro/source/global.h.orig 2004-07-15 20:39:04.000000000 +0200
+++ RSAEuro/source/global.h
@@ -37,7 +37,7 @@ typedef unsigned char *POINTER;
typedef unsigned short int UINT2;
/* UINT4 defines a four byte word */
-typedef unsigned long int UINT4;
+typedef unsigned int UINT4;
/* BYTE defines a unsigned character */
typedef unsigned char BYTE;