diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-08 19:51:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-08 19:51:50 +0000 |
commit | cbb3e83c0835c1a7f98ee9e96ddca5507ee5df31 (patch) | |
tree | ccef1bb031c3bc9b3fb0acb7e7823b8dab7aa997 /security/pgpin/files/patch-usuals.h | |
parent | Fix WWW link. (diff) |
- regression test on panther successfull
Notes
Notes:
svn path=/head/; revision=71432
Diffstat (limited to 'security/pgpin/files/patch-usuals.h')
-rw-r--r-- | security/pgpin/files/patch-usuals.h | 11 |
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 */ |