diff options
author | mortimer <mortimer@cvs.openbsd.org> | 2017-07-29 16:09:43 +0000 |
---|---|---|
committer | mortimer <mortimer@cvs.openbsd.org> | 2017-07-29 16:09:43 +0000 |
commit | f80d5d0112982158193164eade5f2597f09a5b0d (patch) | |
tree | 819149be3ee65701450d925e8405eeab9c002a30 /distrib/common/elfrdsetroot.h | |
parent | 1d9b4f0d13ad61ea6dcf4b826ae481d1cc45b207 (diff) |
Fix clang warnings in rdsetroot
ok deraadt@
Diffstat (limited to 'distrib/common/elfrdsetroot.h')
-rw-r--r-- | distrib/common/elfrdsetroot.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 *); |