1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / dstread.c
index f0d2a980623ff321e982cfa7449dab3ba60032b3..d23f9f6ed415d4c8ad81d39b7e9881b38b5b59d0 100644 (file)
@@ -277,7 +277,7 @@ dst_symfile_read (objfile, section_offsets, mainline)
   symfile_bfd = abfd;                  /* Kludge for swap routines */
 
 /* WARNING WILL ROBINSON!  ACCESSING BFD-PRIVATE DATA HERE!  FIXME!  */
-   desc = fileno ((GDB_FILE *)(abfd->iostream));       /* File descriptor */
+   desc = fileno ((FILE *)(abfd->iostream));   /* File descriptor */
 
   /* Read the line number table, all at once.  */
   bfd_map_over_sections (abfd, find_dst_sections, (PTR)NULL);
This page took 0.025196 seconds and 4 git commands to generate.