aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2022-01-08 10:42:36 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2022-01-08 10:45:46 +0000
commitfcbb1441d07db81899d7a7063405544e6f31e2af (patch)
tree09f6b0b37fa59bac3a1ed1ef1102b67f2267153c /sbin
parentbf48a958ad100bf59604bb31a433582ba8aa12b9 (diff)
downloadsrc-fcbb1441d07db81899d7a7063405544e6f31e2af.tar.gz
src-fcbb1441d07db81899d7a7063405544e6f31e2af.zip
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
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ldconfig/ldconfig.c3
1 files changed, 0 insertions, 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