git: 832b40f7ffc2 - main - rtld.c: remove extra blank line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 05:10:57 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=832b40f7ffc23c73c3e1cc00a8154433816b4f7b commit 832b40f7ffc23c73c3e1cc00a8154433816b4f7b Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2022-08-31 01:06:51 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2022-09-04 04:28:02 +0000 rtld.c: remove extra blank line Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D36396 --- libexec/rtld-elf/rtld.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 64b94f691898..e08ab9f947c7 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -264,7 +264,6 @@ int __getosreldate(void); func_ptr_type _rtld(Elf_Addr *sp, func_ptr_type *exit_proc, Obj_Entry **objp); Elf_Addr _rtld_bind(Obj_Entry *obj, Elf_Size reloff); - int npagesizes; static int osreldate; size_t *pagesizes;