diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/libsa/libsa.h')
-rw-r--r-- | sys/arch/mvme88k/stand/libsa/libsa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/libsa/libsa.h b/sys/arch/mvme88k/stand/libsa/libsa.h index 97ceb024443..8653ee3d3ac 100644 --- a/sys/arch/mvme88k/stand/libsa/libsa.h +++ b/sys/arch/mvme88k/stand/libsa/libsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libsa.h,v 1.5 2008/09/19 20:18:03 miod Exp $ */ +/* $OpenBSD: libsa.h,v 1.6 2011/03/13 00:13:53 deraadt Exp $ */ /* * libsa prototypes @@ -13,7 +13,7 @@ void board_setup(); int bugscopen(struct open_file *, ...); int bugscclose(struct open_file *); int bugscioctl(struct open_file *, u_long, void *); -int bugscstrategy(void *, int, daddr_t, size_t, void *, size_t *); +int bugscstrategy(void *, int, daddr32_t, size_t, void *, size_t *); /* exec_mvme.c */ void exec_mvme(char *, int); |