aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/libmap.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2014-03-11 16:13:03 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2014-03-11 16:13:03 +0000
commite631dfd1d68d523cfb9dad891bf7db3960128cd4 (patch)
tree3a45c0cee91d8b8e605c89d14a9a5ed8afc0bd8b /libexec/rtld-elf/libmap.c
parent01d81b94aaf749cfedf4c71c644be5004b19e047 (diff)
MFH (r251810): fix installation from read-only .OBJDIR
MFH (r255384): add PRIVATELIB for internal-use shred libraries MFH (r255385, r255413): add a stock libmap32.conf MFH (r255765): always support directory mapping; rewrite libmap man page
Notes
svn path=/stable/9/; revision=263031
Diffstat (limited to 'libexec/rtld-elf/libmap.c')
-rw-r--r--libexec/rtld-elf/libmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/rtld-elf/libmap.c b/libexec/rtld-elf/libmap.c
index 1efc8bc5de51..8eab5047185c 100644
--- a/libexec/rtld-elf/libmap.c
+++ b/libexec/rtld-elf/libmap.c
@@ -396,7 +396,6 @@ lm_find (const char *p, const char *f)
/* Given a libmap translation list and a library name, return the
replacement library, or NULL */
-#ifdef COMPAT_32BIT
char *
lm_findn (const char *p, const char *f, const int n)
{
@@ -413,7 +412,6 @@ lm_findn (const char *p, const char *f, const int n)
free(s);
return (t);
}
-#endif
static char *
lml_find (struct lm_list *lmh, const char *f)