diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-01 15:54:39 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-01 15:54:39 +0000 |
| commit | c7f74a49312cdba590a80f089bf36487102545ff (patch) | |
| tree | a8f17480e770cf40a9f8afd8b4009af8b9b38ada /sys | |
| parent | f03692cba51c660cd99b9e93d2943ed13d96b5f3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/geom/geom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h index df21e31c711c..ec668a26a452 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); |
