Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2022 00:34:44 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: fd73d53223a1 - stable/13 - rtld.c: remove extra blank line
Message-ID:  <202209180034.28I0YiuW033473@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=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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209180034.28I0YiuW033473>