Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/geom/geom_sunlabel.c 93090 2002-03-24 11:21:41Z phk $
---
> * $FreeBSD: head/sys/geom/geom_sunlabel.c 93248 2002-03-26 21:40:06Z phk $
60c60
< #define BSD_METHOD_NAME "SUNLABEL-method"
---
> #define BSD_CLASS_NAME "SUNLABEL-class"
87c87
< g_sunlabel_taste(struct g_method *mp, struct g_provider *pp, struct thread *tp, int flags)
---
> g_sunlabel_taste(struct g_class *mp, struct g_provider *pp, struct thread *tp, int flags)
101c101
< !strcmp(pp->geom->method->name, BSD_METHOD_NAME))
---
> !strcmp(pp->geom->class->name, BSD_CLASS_NAME))
187,188c187,188
< static struct g_method g_sunlabel_method = {
< BSD_METHOD_NAME,
---
> static struct g_class g_sunlabel_class = {
> BSD_CLASS_NAME,
193c193
< G_METHOD_INITSTUFF
---
> G_CLASS_INITSTUFF
196c196
< DECLARE_GEOM_METHOD(g_sunlabel_method, g_sunlabel);
---
> DECLARE_GEOM_CLASS(g_sunlabel_class, g_sunlabel);