summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.h
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-02-13 17:05:10 +0000
committerkan <kan@FreeBSD.org>2003-02-13 17:05:10 +0000
commitdebc727d4ef44707cae4173ed0d3a03f7057b546 (patch)
tree5e97f2d436d9752f82e3e0c8713fe89198d06940 /libexec/rtld-elf/rtld.h
parent052848f21bd068063df527eb84a5b08a5ead8540 (diff)
downloadFreeBSD-src-debc727d4ef44707cae4173ed0d3a03f7057b546.zip
FreeBSD-src-debc727d4ef44707cae4173ed0d3a03f7057b546.tar.gz
Remove /usr/lib/elf from a default search path.
Move xprintf to malloc.c, it is only used there. Make static. Submitted by: phantom
Diffstat (limited to 'libexec/rtld-elf/rtld.h')
-rw-r--r--libexec/rtld-elf/rtld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.h b/libexec/rtld-elf/rtld.h
index b425013..274bfce 100644
--- a/libexec/rtld-elf/rtld.h
+++ b/libexec/rtld-elf/rtld.h
@@ -39,7 +39,7 @@
#include "rtld_machdep.h"
#ifndef STANDARD_LIBRARY_PATH
-#define STANDARD_LIBRARY_PATH "/usr/lib/elf:/usr/lib"
+#define STANDARD_LIBRARY_PATH "/usr/lib"
#endif
#define NEW(type) ((type *) xmalloc(sizeof(type)))
OpenPOWER on IntegriCloud