Deleted Added
full compact
26c26
< * $Id: bootinfo.c,v 1.18 1999/03/18 14:36:22 dcs Exp $
---
> * $Id: bootinfo.c,v 1.19 1999/06/04 03:18:28 ghelmer Exp $
242c242
< int bootdevnr;
---
> int bootdevnr, i;
282c282,283
< /* bi.bi_bios_geom[] */
---
> for (i = 0; i < N_BIOS_GEOM; i++)
> bi.bi_bios_geom[i] = bd_getbigeom(i);