summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authorallanjude <allanjude@FreeBSD.org>2016-04-19 15:46:21 +0000
committerallanjude <allanjude@FreeBSD.org>2016-04-19 15:46:21 +0000
commit9f3ad97e48782c258ca40e013954ff8b214dab9d (patch)
tree2d6ce0bb807207c8f8c74ccd6cdf34ef7ff47656 /sys/boot/pc98
parent97143cf9242008c234989d080e2ceecec3c4d930 (diff)
downloadFreeBSD-src-9f3ad97e48782c258ca40e013954ff8b214dab9d.zip
FreeBSD-src-9f3ad97e48782c258ca40e013954ff8b214dab9d.tar.gz
Fix pc98 build error introduced in r298230
Submitted by: Toomas Soome <tsoome@me.com> Spotted by: bz Differential Revision: https://reviews.freebsd.org/D6002
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/libpc98/biosdisk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/libpc98/biosdisk.c b/sys/boot/pc98/libpc98/biosdisk.c
index d55722d..3ec6c57 100644
--- a/sys/boot/pc98/libpc98/biosdisk.c
+++ b/sys/boot/pc98/libpc98/biosdisk.c
@@ -118,9 +118,9 @@ static void bd_printbsdslice(struct open_disk *od, daddr_t offset,
static int bd_init(void);
static int bd_strategy(void *devdata, int flag, daddr_t dblk,
- size_t size, char *buf, size_t *rsize);
+ size_t offset, size_t size, char *buf, size_t *rsize);
static int bd_realstrategy(void *devdata, int flag, daddr_t dblk,
- size_t size, char *buf, size_t *rsize);
+ size_t offset, size_t size, char *buf, size_t *rsize);
static int bd_open(struct open_file *f, ...);
static int bd_close(struct open_file *f);
static void bd_print(int verbose);
OpenPOWER on IntegriCloud