diff options
author | 2007-06-14 03:27:16 +0000 | |
---|---|---|
committer | 2007-06-14 03:27:16 +0000 | |
commit | b48b87067b481c3b01455a4d19e3d0d21721ae8a (patch) | |
tree | f3813927c6b11a91f4be590cf35b3fa9a1b5c465 | |
parent | The External Route Tag for AS-External-LSAs can be an arbitrary 32bit (diff) | |
download | wireguard-openbsd-b48b87067b481c3b01455a4d19e3d0d21721ae8a.tar.xz wireguard-openbsd-b48b87067b481c3b01455a4d19e3d0d21721ae8a.zip |
boot code does not do daddr64_t yet. 'unchange that' deraadt@
-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; |