summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw/libofw/ofw_disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ofw/libofw/ofw_disk.c')
-rw-r--r--sys/boot/ofw/libofw/ofw_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ofw/libofw/ofw_disk.c b/sys/boot/ofw/libofw/ofw_disk.c
index b6c3e6c..0dd252b 100644
--- a/sys/boot/ofw/libofw/ofw_disk.c
+++ b/sys/boot/ofw/libofw/ofw_disk.c
@@ -70,7 +70,7 @@ ofwd_strategy(void *devdata, int flag, daddr_t dblk, size_t size, char *buf,
size_t *rsize)
{
struct ofw_devdesc *dp = (struct ofw_devdesc *)devdata;
- unsigned long pos;
+ daddr_t pos;
int n;
int i, j;
OpenPOWER on IntegriCloud