git: fcbb1441d07d - main - ldconfig: remove two symbols
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jan 2022 11:45:42 UTC
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