diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-07-06 02:31:59 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-07-06 02:31:59 +0000 |
commit | 18e0359d90e62569f7a97c1a927b4510c33f940a (patch) | |
tree | 1bb37d02b1c193faee1d42e03d73fb0dd29c5a3c /security/pgpin/files/patch-usuals.h | |
parent | Update to ToME 2.2.1 (diff) |
- Unbreak for amd64
Notes
Notes:
svn path=/head/; revision=84251
Diffstat (limited to 'security/pgpin/files/patch-usuals.h')
-rw-r--r-- | security/pgpin/files/patch-usuals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgpin/files/patch-usuals.h b/security/pgpin/files/patch-usuals.h index e4376a1a826f..6405b05ed011 100644 --- a/security/pgpin/files/patch-usuals.h +++ b/security/pgpin/files/patch-usuals.h @@ -5,7 +5,7 @@ typedef char *string; /* pointer to ASCII character string */ typedef unsigned short word16; /* values are 0-65535 */ -#ifdef __alpha -+#if defined(__alpha) || defined(__sparc64__) || defined(__ia64__) ++#if defined(__alpha) || defined(__sparc64__) || defined(__ia64__) || defined(__amd64__) typedef unsigned int word32; /* values are 0-4294967295 */ #else typedef unsigned long word32; /* values are 0-4294967295 */ |