mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
In symlook_obj(): fix _rtld_error output.
MFC After: 2 weeks
This commit is contained in:
parent
447a8026ec
commit
c93b8edf09
1 changed files with 2 additions and 2 deletions
|
|
@ -2451,8 +2451,8 @@ symlook_obj(const char *name, unsigned long hash, const Obj_Entry *obj,
|
|||
} else {
|
||||
if (obj->versyms == NULL) {
|
||||
if (object_match_name(obj, ventry->name)) {
|
||||
_rtld_error("%s: object %s should provide version %s for ",
|
||||
"symbol %s", obj->path, ventry->name,
|
||||
_rtld_error("%s: object %s should provide version %s for "
|
||||
"symbol %s", obj_rtld.path, obj->path, ventry->name,
|
||||
obj->strtab + symnum);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue