aboutsummaryrefslogtreecommitdiff
path: root/bfd/aix386-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/aix386-core.c')
-rw-r--r--bfd/aix386-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aix386-core.c b/bfd/aix386-core.c
index 1883d98..c9ec756 100644
--- a/bfd/aix386-core.c
+++ b/bfd/aix386-core.c
@@ -71,7 +71,7 @@ aix386_core_file_p (bfd *abfd)
int i, n;
unsigned char longbuf[4]; /* Raw bytes of various header fields */
bfd_size_type core_size = sizeof (struct corehdr);
- bfd_size_type amt;
+ size_t amt;
struct corehdr *core;
struct mergem
{