* bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.
[deliverable/binutils-gdb.git] / bfd / mach-o.c
index 2dc807361d24ef29c2774b739e268878d99f0cfc..b5d6a728d08e284bb1219f53e3e0fe29a2f03ae3 100644 (file)
@@ -522,7 +522,7 @@ bfd_mach_o_read_header (abfd, header)
      bfd_mach_o_header *header;
 {
   unsigned char buf[28];
-  bfd_vma (*get32) PARAMS ((const bfd_byte *)) = NULL;
+  bfd_vma (*get32) (const void *) = NULL;
 
   bfd_seek (abfd, 0, SEEK_SET);
 
This page took 0.023532 seconds and 4 git commands to generate.