diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2009-12-30 04:30:02 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2009-12-30 04:30:02 +0000 |
commit | 76eae91864926aaf9e601404ab15c14a7d7aa215 (patch) | |
tree | 2de1a604d23fe818918b75fecdedee21eb0bc969 /libexec/ld.so | |
parent | 14a58d40fc95dde46599c552f3ddbf3b97d15fc5 (diff) |
Remove paths from the prebind code that shouldn't be present.
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/ldconfig/library.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/ldconfig/library.c b/libexec/ld.so/ldconfig/library.c index 73745fd50b4..07b5a70d505 100644 --- a/libexec/ld.so/ldconfig/library.c +++ b/libexec/ld.so/ldconfig/library.c @@ -1,4 +1,4 @@ -/* $OpenBSD: library.c,v 1.2 2006/05/13 16:33:40 deraadt Exp $ */ +/* $OpenBSD: library.c,v 1.3 2009/12/30 04:30:01 drahn Exp $ */ /* * Copyright (c) 2006 Dale Rahn <drahn@dalerahn.com> * @@ -35,7 +35,7 @@ #include "prebind_struct.h" /* TODO - library path from ldconfig */ -#define DEFAULT_PATH "/usr/lib:/usr/X11R6/lib:/usr/local/qte/lib" +#define DEFAULT_PATH "/usr/lib" elf_object_t * elf_load_shlib_hint(struct sod *sod, struct sod *req_sod, int ignore_hints, const char *libpath); |