aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md/md.c
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2004-09-16 18:56:20 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2004-09-16 18:56:20 +0000
commit6ab0a0aefe748622e49c43022d9b5c00df39e154 (patch)
tree9dd2c7b3e137f0592816a3acb12175488e8816a2 /sys/dev/md/md.c
parent7daf8ae6a9a4130161f8f4051ca65bef119e168f (diff)
Notes
Diffstat (limited to 'sys/dev/md/md.c')
-rw-r--r--sys/dev/md/md.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 6b46e4bf0a98..803356f5c2cc 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -524,8 +524,8 @@ static int
mdstart_swap(struct md_s *sc, struct bio *bp)
{
struct sf_buf *sf;
- int i, rv;
- int offs, len, lastp, lastend;
+ int rv, offs, len, lastend;
+ vm_pindex_t i, lastp;
vm_page_t m;
u_char *p;