diff options
Diffstat (limited to 'sys/arch/luna88k/stand/boot/conf.c')
-rw-r--r-- | sys/arch/luna88k/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/stand/boot/conf.c b/sys/arch/luna88k/stand/boot/conf.c index 1991bcb0592..70c4646c41f 100644 --- a/sys/arch/luna88k/stand/boot/conf.c +++ b/sys/arch/luna88k/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.3 2014/08/21 14:24:08 mpi Exp $ */ +/* $OpenBSD: conf.c,v 1.4 2020/12/09 18:10:19 krw Exp $ */ /* $NetBSD: conf.c,v 1.3 2013/01/16 15:46:20 tsutsui Exp $ */ /* @@ -46,7 +46,7 @@ #include "dev_net.h" #define xxstrategy \ - (int (*)(void *, int, daddr32_t, size_t, void *, size_t *))nullsys + (int (*)(void *, int, daddr_t, size_t, void *, size_t *))nullsys #define xxopen (int (*)(struct open_file *, ...))nodev #define xxclose (int (*)(struct open_file *))nullsys |