bfd_size_type to size_t
[deliverable/binutils-gdb.git] / bfd / sco5-core.c
index 766bbca09bb38f44a97c46be05bc787c6a7c3771..a9afbbacd9af3cf7467ed6627605211cd58d7424 100644 (file)
@@ -71,7 +71,7 @@ static struct user *
 read_uarea (bfd *abfd, int filepos)
 {
   struct sco5_core_struct *rawptr;
-  bfd_size_type amt = sizeof (struct sco5_core_struct);
+  size_t amt = sizeof (struct sco5_core_struct);
 
   rawptr = (struct sco5_core_struct *) bfd_zmalloc (amt);
   if (rawptr == NULL)
This page took 0.024018 seconds and 4 git commands to generate.