git: 8cca53de0ccc - stable/13 - Style
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Dec 2021 01:01:00 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=8cca53de0ccc1dc52df2b4340df5876b41b04f09 commit 8cca53de0ccc1dc52df2b4340df5876b41b04f09 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-12-08 19:01:14 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-12-13 00:58:22 +0000 Style (cherry picked from commit c37c6f994fca1474a0e73f437056e5ca6a766b49) --- sys/kern/link_elf_obj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/link_elf_obj.c b/sys/kern/link_elf_obj.c index bafbd9f4c616..b19ccf4ddd22 100644 --- a/sys/kern/link_elf_obj.c +++ b/sys/kern/link_elf_obj.c @@ -1558,7 +1558,7 @@ link_elf_each_function_nameval(linker_file_t file, { linker_symval_t symval; elf_file_t ef = (elf_file_t)file; - const Elf_Sym* symp; + const Elf_Sym *symp; int i, error; /* Exhaustive search */