comparison stream/vcd_read_fbsd.h @ 30981:9bab99cfdff2

Try to fix VCD compilation on non-Linux systems.
author reimar
date Mon, 05 Apr 2010 19:31:55 +0000
parents fbd6ba7e0e14
children 3ab3212fb624
comparison
equal deleted inserted replaced
30980:959d06beb608 30981:9bab99cfdff2
210 } 210 }
211 } 211 }
212 return vcd; 212 return vcd;
213 } 213 }
214 214
215 static int vcd_end_track(mp_vcd_priv_t* vcd)
216 {
217 return vcd->tochdr.ending_track;
218 }
219
215 static int 220 static int
216 vcd_read(mp_vcd_priv_t* vcd, char *mem) 221 vcd_read(mp_vcd_priv_t* vcd, char *mem)
217 { 222 {
218 #ifdef VCD_NETBSD 223 #ifdef VCD_NETBSD
219 struct scsireq sc; 224 struct scsireq sc;