aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/common/disk.c')
-rw-r--r--sys/boot/common/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/disk.c b/sys/boot/common/disk.c
index a8801e1b0cbb..c862d3093090 100644
--- a/sys/boot/common/disk.c
+++ b/sys/boot/common/disk.c
@@ -170,7 +170,7 @@ display_size(uint64_t size, u_int sectorsize)
return (buf);
}
-static int
+int
ptblread(void *d, void *buf, size_t blocks, off_t offset)
{
struct disk_devdesc *dev;