diff options
Diffstat (limited to 'sys/arch/socppc/stand/boot/wdvar.h')
-rw-r--r-- | sys/arch/socppc/stand/boot/wdvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/stand/boot/wdvar.h b/sys/arch/socppc/stand/boot/wdvar.h index e99319aff4e..aa7b997df71 100644 --- a/sys/arch/socppc/stand/boot/wdvar.h +++ b/sys/arch/socppc/stand/boot/wdvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wdvar.h,v 1.2 2009/09/07 21:16:57 dms Exp $ */ +/* $OpenBSD: wdvar.h,v 1.3 2011/03/13 00:13:53 deraadt Exp $ */ /* $NetBSD: wdvar.h,v 1.6 2005/12/11 12:17:06 christos Exp $ */ /*- @@ -131,7 +131,7 @@ struct wdc_command { int wdc_init (struct wd_softc*, u_int); int wdccommand (struct wd_softc*, struct wdc_command*); int wdccommandext (struct wd_softc*, struct wdc_command*); -int wdc_exec_read (struct wd_softc*, u_int8_t, daddr_t, void*); +int wdc_exec_read (struct wd_softc*, u_int8_t, daddr32_t, void*); int wdc_exec_identify (struct wd_softc*, void*); |