Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jan 2022 11:45:42 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fcbb1441d07d - main - ldconfig: remove two symbols
Message-ID:  <202201081145.208BjgF4007247@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=fcbb1441d07db81899d7a7063405544e6f31e2af

commit fcbb1441d07db81899d7a7063405544e6f31e2af
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-01-08 10:42:36 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-01-08 10:45:46 +0000

    ldconfig: remove two symbols
    
    _PATH_LD32_HINTS is unused because it is a.out remnant.
    _PATH_ELF32_HINTS is provided by rtld_paths.h already.
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sbin/ldconfig/ldconfig.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c
index a045f0523a6a..b30404fba7db 100644
--- a/sbin/ldconfig/ldconfig.c
+++ b/sbin/ldconfig/ldconfig.c
@@ -50,9 +50,6 @@
 #include "ldconfig.h"
 #include "rtld_paths.h"
 
-#define	_PATH_LD32_HINTS	"/var/run/ld32.so.hints"
-#define	_PATH_ELF32_HINTS	"/var/run/ld-elf32.so.hints"
-
 static void usage(void);
 
 int



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