diff options
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r-- | sys/geom/geom_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h index 6ea6769..b7a5ad6 100644 --- a/sys/geom/geom_int.h +++ b/sys/geom/geom_int.h @@ -75,7 +75,7 @@ void g_post_event(enum g_events ev, struct g_class *mp, struct g_geom *gp, struc void g_run_events(void); /* geom_subr.c */ -extern struct class_list_head g_classs; +extern struct class_list_head g_classes; extern char *g_wait_event, *g_wait_sim, *g_wait_up, *g_wait_down; /* geom_io.c */ |