diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2007-06-14 03:27:17 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2007-06-14 03:27:17 +0000 |
commit | 096f1fa7d8139f8469e269112fb4efa6602528bd (patch) | |
tree | f2004ec854557e72baf28fb54d044cbd9299f7d4 /sys/arch/macppc/stand | |
parent | e4f956c05e25a88c810207b07499f02f7f39ee03 (diff) |
boot code does not do daddr64_t yet. 'unchange that' deraadt@
Diffstat (limited to 'sys/arch/macppc/stand')
-rw-r--r-- | sys/arch/macppc/stand/ofdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/stand/ofdev.c b/sys/arch/macppc/stand/ofdev.c index 0438ad52030..09783f6a087 100644 --- a/sys/arch/macppc/stand/ofdev.c +++ b/sys/arch/macppc/stand/ofdev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofdev.c,v 1.13 2007/06/13 02:17:32 drahn Exp $ */ +/* $OpenBSD: ofdev.c,v 1.14 2007/06/14 03:27:16 drahn Exp $ */ /* $NetBSD: ofdev.c,v 1.1 1997/04/16 20:29:20 thorpej Exp $ */ /* @@ -71,7 +71,7 @@ filename(char *str) } static int -strategy(void *devdata, int rw, daddr64_t blk, size_t size, void *buf, +strategy(void *devdata, int rw, daddr_t blk, size_t size, void *buf, size_t *rsize) { struct of_dev *dev = devdata; |