summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/geom/geom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index fbcc7fd..8fc905a 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -262,7 +262,7 @@ struct g_ioctl {
int fflag;
struct thread *td;
d_ioctl_t *func;
- dev_t dev;
+ void *dev;
};
#ifdef _KERNEL
OpenPOWER on IntegriCloud