git: e01bceba24a4 - stable/13 - ldconfig: remove two symbols
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jan 2022 00:53:11 UTC
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);