diff options
Diffstat (limited to 'security/pgpin/files/patch-global.h')
-rw-r--r-- | security/pgpin/files/patch-global.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/pgpin/files/patch-global.h b/security/pgpin/files/patch-global.h new file mode 100644 index 000000000000..e801c1bb69e8 --- /dev/null +++ b/security/pgpin/files/patch-global.h @@ -0,0 +1,10 @@ +--- global.h.orig Mon Jan 12 00:13:04 1998 ++++ global.h Sun Dec 8 11:49:27 2002 +@@ -1,6 +1,6 @@ + /* Needed by RSAREF */ + +-#ifdef __alpha ++#if defined(__alpha) || defined(__sparc64__) + typedef unsigned UINT4; + #else + typedef unsigned long UINT4; |