summaryrefslogtreecommitdiffstats
path: root/sys/dev/md/md.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/md/md.c')
-rw-r--r--sys/dev/md/md.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 8576bde..d79a4ac 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -132,9 +132,9 @@ static int nshift;
struct indir {
uintptr_t *array;
- uint total;
- uint used;
- uint shift;
+ u_int total;
+ u_int used;
+ u_int shift;
};
struct md_s {
@@ -174,7 +174,7 @@ struct md_s {
static int mddestroy(struct md_s *sc, struct thread *td);
static struct indir *
-new_indir(uint shift)
+new_indir(u_int shift)
{
struct indir *ip;
OpenPOWER on IntegriCloud