diff options
Diffstat (limited to 'sys/geom/geom_slice.h')
-rw-r--r-- | sys/geom/geom_slice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_slice.h b/sys/geom/geom_slice.h index 4460c28..f6883e6 100644 --- a/sys/geom/geom_slice.h +++ b/sys/geom/geom_slice.h @@ -65,7 +65,7 @@ struct g_slicer { void *softc; g_slice_start_t *start; - g_call_me_t *hot; + g_event_t *hot; }; g_dumpconf_t g_slice_dumpconf; |