bfd_size_type to size_t
[deliverable/binutils-gdb.git] / bfd / irix-core.c
index 80cd5f83a24050b4976b0971ad831641c271b471..7b214e0a0a3129ce19b0241ece61be35a1506efd 100644 (file)
@@ -172,7 +172,7 @@ irix_core_core_file_p (bfd *abfd)
   int val;
   struct coreout coreout;
   struct idesc *idg, *idf, *ids;
-  bfd_size_type amt;
+  size_t amt;
 
   val = bfd_bread (&coreout, (bfd_size_type) sizeof coreout, abfd);
   if (val != sizeof coreout)
This page took 0.025278 seconds and 4 git commands to generate.