Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/geom/geom_subr.c 106518 2002-11-06 20:05:15Z phk $
---
> * $FreeBSD: head/sys/geom/geom_subr.c 107953 2002-12-16 22:33:27Z phk $
91c91
< g_new_geomf(struct g_class *mp, char *fmt, ...)
---
> g_new_geomf(struct g_class *mp, const char *fmt, ...)
170c170
< g_new_providerf(struct g_geom *gp, char *fmt, ...)
---
> g_new_providerf(struct g_geom *gp, const char *fmt, ...)
454c454
< g_handleattr_int(struct bio *bp, char *attribute, int val)
---
> g_handleattr_int(struct bio *bp, const char *attribute, int val)
461c461
< g_handleattr_off_t(struct bio *bp, char *attribute, off_t val)
---
> g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val)
469c469
< g_handleattr(struct bio *bp, char *attribute, void *val, int len)
---
> g_handleattr(struct bio *bp, const char *attribute, void *val, int len)
566c566
< g_class_by_name(char *name)
---
> g_class_by_name(const char *name)
579c579
< g_insert_geom(char *class, struct g_consumer *cp)
---
> g_insert_geom(const char *class, struct g_consumer *cp)