From aeded841430797cf6f57896a1b74eaa00e0dd056 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 26 Mar 2002 22:07:38 +0000 Subject: Eliminate some thread pointers which do not make sense anymore. Split private parts of geom.h into geom_int.h. The latter should never be included in class implemtations. --- sys/geom/geom_slice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/geom/geom_slice.c') diff --git a/sys/geom/geom_slice.c b/sys/geom/geom_slice.c index 38781f6..da4d08a 100644 --- a/sys/geom/geom_slice.c +++ b/sys/geom/geom_slice.c @@ -247,7 +247,7 @@ g_slice_new(struct g_class *mp, int slices, struct g_provider *pp, struct g_cons } void -g_slice_orphan(struct g_consumer *cp, struct thread *tp __unused) +g_slice_orphan(struct g_consumer *cp) { struct g_geom *gp; struct g_provider *pp; -- cgit v1.1