Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2022 00:53:11 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: e01bceba24a4 - stable/13 - ldconfig: remove two symbols
Message-ID:  <202201150053.20F0rBqc034097@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=e01bceba24a4a90ce1e1385893d9f529df827520

commit e01bceba24a4a90ce1e1385893d9f529df827520
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-01-08 10:42:36 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-01-15 00:51:14 +0000

    ldconfig: remove two symbols
    
    (cherry picked from commit fcbb1441d07db81899d7a7063405544e6f31e2af)
---
 sbin/ldconfig/ldconfig.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c
index b039412a648b..9fc855cc5fd9 100644
--- a/sbin/ldconfig/ldconfig.c
+++ b/sbin/ldconfig/ldconfig.c
@@ -50,8 +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"
 #define	_PATH_ELFSOFT_HINTS	"/var/run/ld-elf-soft.so.hints"
 
 static void usage(void);



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