aboutsummaryrefslogtreecommitdiff
path: root/bfd/osf-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/osf-core.c')
-rw-r--r--bfd/osf-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/osf-core.c b/bfd/osf-core.c
index 87cebc6..19cd4f2 100644
--- a/bfd/osf-core.c
+++ b/bfd/osf-core.c
@@ -77,7 +77,7 @@ osf_core_core_file_p (bfd *abfd)
int i;
char *secname;
struct core_filehdr core_header;
- bfd_size_type amt;
+ size_t amt;
amt = sizeof core_header;
val = bfd_bread (& core_header, amt, abfd);