summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/geom/geom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index df21e31..ec668a2 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -211,8 +211,8 @@ void g_silence(void);
void g_waitidle(void);
/* geom_subr.c */
-int g_access_abs(struct g_consumer *cp, int read, int write, int exclusive);
-int g_access_rel(struct g_consumer *cp, int read, int write, int exclusive);
+int g_access_abs(struct g_consumer *cp, int nread, int nwrite, int nexcl);
+int g_access_rel(struct g_consumer *cp, int nread, int nwrite, int nexcl);
void g_add_class(struct g_class *mp);
int g_attach(struct g_consumer *cp, struct g_provider *pp);
void g_destroy_consumer(struct g_consumer *cp);
OpenPOWER on IntegriCloud