Date: Mon, 13 Dec 2021 01:01:00 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8cca53de0ccc - stable/13 - Style Message-ID: <202112130101.1BD110ox010286@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112130101.1BD110ox010286>