git: fd73d53223a1 - stable/13 - rtld.c: remove extra blank line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Sep 2022 00:34:44 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=fd73d53223a1f8f71ab99ebb5e0f27e9d565d282
commit fd73d53223a1f8f71ab99ebb5e0f27e9d565d282
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-08-31 01:06:51 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-09-18 00:33:46 +0000
rtld.c: remove extra blank line
(cherry picked from commit 832b40f7ffc23c73c3e1cc00a8154433816b4f7b)
---
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 6c1e172651aa..0cfd97d96389 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;