Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/geom/geom_slice.h 107522 2002-12-02 19:59:25Z phk $
---
> * $FreeBSD: head/sys/geom/geom_slice.h 107953 2002-12-16 22:33:27Z phk $
63,64c63,64
< struct g_provider * g_slice_addslice(struct g_geom *gp, int index, off_t offset, off_t length, u_int sectorsize, char *fmt, ...);
< int g_slice_config(struct g_geom *gp, u_int index, int how, off_t offset, off_t length, u_int sectorsize, char *fmt, ...);
---
> struct g_provider * g_slice_addslice(struct g_geom *gp, int idx, off_t offset, off_t length, u_int sectorsize, const char *fmt, ...);
> int g_slice_config(struct g_geom *gp, u_int idx, int how, off_t offset, off_t length, u_int sectorsize, const char *fmt, ...);
70c70
< int g_slice_conf_hot(struct g_geom *gp, u_int index, off_t offset, off_t length);
---
> int g_slice_conf_hot(struct g_geom *gp, u_int idx, off_t offset, off_t length);