Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/geom/geom_slice.c 93326 2002-03-28 10:09:24Z phk $
---
> * $FreeBSD: head/sys/geom/geom_slice.c 93776 2002-04-04 09:54:13Z phk $
62a63,66
> static g_orphan_t g_slice_orphan;
> static g_access_t g_slice_access;
> static g_start_t g_slice_start;
>
75c79
< int
---
> static int
117c121
< void
---
> static void
228a233,234
> gp->access = g_slice_access;
> gp->orphan = g_slice_orphan;
249c255
< void
---
> static void