diff options
Diffstat (limited to 'sys/arch/amd64/stand/efi64/efipxe.c')
-rw-r--r-- | sys/arch/amd64/stand/efi64/efipxe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/efi64/efipxe.c b/sys/arch/amd64/stand/efi64/efipxe.c index f2f88ff37dd..5bf8c3b0d09 100644 --- a/sys/arch/amd64/stand/efi64/efipxe.c +++ b/sys/arch/amd64/stand/efi64/efipxe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: efipxe.c,v 1.4 2019/11/26 19:08:02 bluhm Exp $ */ +/* $OpenBSD: efipxe.c,v 1.5 2020/12/09 18:10:18 krw Exp $ */ /* * Copyright (c) 2017 Patrick Wildt <patrick@blueri.se> * @@ -299,7 +299,7 @@ tftpioctl(struct open_file *f, u_long cmd, void *data) } int -tftpstrategy(void *devdata, int rw, daddr32_t blk, size_t size, void *buf, +tftpstrategy(void *devdata, int rw, daddr_t blk, size_t size, void *buf, size_t *rsize) { return EOPNOTSUPP; |