From f80d5d0112982158193164eade5f2597f09a5b0d Mon Sep 17 00:00:00 2001 From: mortimer Date: Sat, 29 Jul 2017 16:09:43 +0000 Subject: Fix clang warnings in rdsetroot ok deraadt@ --- distrib/common/elfrdsetroot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distrib/common/elfrdsetroot.h') diff --git a/distrib/common/elfrdsetroot.h b/distrib/common/elfrdsetroot.h index 748477adb7e..7e806dcd950 100644 --- a/distrib/common/elfrdsetroot.h +++ b/distrib/common/elfrdsetroot.h @@ -1,5 +1,5 @@ struct elf_fn { - void * (*locate_image)(int, struct elfhdr *, char *, long *, long *, + void (*locate_image)(int, struct elfhdr *, char *, long *, long *, off_t *, size_t *); int (*find_rd_root_image)(char *, int, Elf_Phdr *, int, long *, long *, off_t *, size_t *); -- cgit v1.2.3