summaryrefslogtreecommitdiff
path: root/security/pgpin/files/patch-usuals.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgpin/files/patch-usuals.h')
-rw-r--r--security/pgpin/files/patch-usuals.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pgpin/files/patch-usuals.h b/security/pgpin/files/patch-usuals.h
new file mode 100644
index 000000000000..61a02b04a81c
--- /dev/null
+++ b/security/pgpin/files/patch-usuals.h
@@ -0,0 +1,11 @@
+--- usuals.h.orig Mon Jan 12 00:13:07 1998
++++ usuals.h Sun Dec 8 11:34:50 2002
+@@ -8,7 +8,7 @@
+ typedef byte *byteptr; /* pointer to byte */
+ typedef char *string; /* pointer to ASCII character string */
+ typedef unsigned short word16; /* values are 0-65535 */
+-#ifdef __alpha
++#if defined(__alpha) || defined(__sparc64__)
+ typedef unsigned int word32; /* values are 0-4294967295 */
+ #else
+ typedef unsigned long word32; /* values are 0-4294967295 */