PERFORCE change 74010 for review
Peter Wemm
peter at FreeBSD.org
Mon Mar 28 19:57:52 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=74010
Change 74010 by peter at peter_overcee on 2005/03/29 03:57:40
I don't remember if this worked or not, but check it in before I lose it.
(do a libmap lookup for explicit library paths)
Affected files ...
.. //depot/projects/hammer/libexec/rtld-elf/rtld.c#27 edit
Differences ...
==== //depot/projects/hammer/libexec/rtld-elf/rtld.c#27 (text+ko) ====
@@ -863,6 +863,12 @@
xname);
return NULL;
}
+#ifdef COMPAT_32BIT
+ name = lm_find(NULL, xname));
+ if (name)
+ return xstrdup(name);
+ else
+#endif
return xstrdup(xname);
}
More information about the p4-projects
mailing list