summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/libmap.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-10-31 04:39:28 +0000
committerimp <imp@FreeBSD.org>2015-10-31 04:39:28 +0000
commit0d0aa50ab4b198130772b967983a77c8797010f4 (patch)
treec737067d9d383d912fb53d06b1f9df43e1b17d47 /libexec/rtld-elf/libmap.c
parent00ba484bdfabd18f730c7a9dee6eae767e72d24d (diff)
downloadFreeBSD-src-0d0aa50ab4b198130772b967983a77c8797010f4.zip
FreeBSD-src-0d0aa50ab4b198130772b967983a77c8797010f4.tar.gz
Move all the paths into a new path.h to centralize them.
Diffstat (limited to 'libexec/rtld-elf/libmap.c')
-rw-r--r--libexec/rtld-elf/libmap.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/libexec/rtld-elf/libmap.c b/libexec/rtld-elf/libmap.c
index 691ad52..761a272 100644
--- a/libexec/rtld-elf/libmap.c
+++ b/libexec/rtld-elf/libmap.c
@@ -16,15 +16,7 @@
#include "debug.h"
#include "rtld.h"
#include "libmap.h"
-
-#ifndef _PATH_LIBMAP_CONF
-#define _PATH_LIBMAP_CONF "/etc/libmap.conf"
-#endif
-
-#ifdef COMPAT_32BIT
-#undef _PATH_LIBMAP_CONF
-#define _PATH_LIBMAP_CONF "/etc/libmap32.conf"
-#endif
+#include "paths.h"
TAILQ_HEAD(lm_list, lm);
struct lm {
OpenPOWER on IntegriCloud