diff options
author | John Polstra <jdp@FreeBSD.org> | 1999-11-19 04:45:07 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1999-11-19 04:45:07 +0000 |
commit | df618d033c1d50bde6516eb2d1867745590cb695 (patch) | |
tree | 5103cf10976d553f1db93df5ee7918009ca0fe9f /libexec/rtld-elf | |
parent | 8d6703c6be9bce730bdba7a9ef297eaa1eb143fd (diff) | |
download | src-df618d033c1d50bde6516eb2d1867745590cb695.tar.gz src-df618d033c1d50bde6516eb2d1867745590cb695.zip |
In revision 1.21 I changed the search order for shared libraries,
but I forgot to make the corresponding fix to the comment. Rectify
that.
Submitted by: Tony Finch <fanf@demon.net>
Notes
Notes:
svn path=/head/; revision=53400
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r-- | libexec/rtld-elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index d0a3ce42e08a..8ba21b4f26c7 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -676,9 +676,9 @@ elf_hash(const char *name) * loaded shared object, whose library search path will be searched. * * The search order is: + * rpath in the referencing file * LD_LIBRARY_PATH * ldconfig hints - * rpath in the referencing file * /usr/lib */ static char * |