The branch main has been updated by kib:

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

commit fcbb1441d07db81899d7a7063405544e6f31e2af
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2022-01-08 10:42:36 +0000
Commit:     Konstantin Belousov <[email protected]>
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

Reply via email to