Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/geom/geom_mbr.c 106397 2002-11-04 06:29:05Z phk $
---
> * $FreeBSD: head/sys/geom/geom_mbr.c 107953 2002-12-16 22:33:27Z phk $
106c106
< int index;
---
> int idx;
109c109
< index = pp->index;
---
> idx = pp->index;
114c114
< if (g_handleattr_int(bp, "MBR::type", mp->type[index]))
---
> if (g_handleattr_int(bp, "MBR::type", mp->type[idx]))
117c117
< gsp->slices[index].offset))
---
> gsp->slices[idx].offset))
124c124
< g_mbr_dumpconf(struct sbuf *sb, char *indent, struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp)
---
> g_mbr_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp)
292c292
< int index;
---
> int idx;
295c295
< index = pp->index;
---
> idx = pp->index;
300c300
< if (g_handleattr_int(bp, "MBR::type", mp->type[index]))
---
> if (g_handleattr_int(bp, "MBR::type", mp->type[idx]))
307c307
< g_mbrext_dumpconf(struct sbuf *sb, char *indent, struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp)
---
> g_mbrext_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp)