* elf/dl-close.c (_dl_close): Type typo, must be == not = in
search for removed searchlist. Reported by Roland McGrath.
2003-01-12 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-close.c (_dl_close): Type typo, must be == not = in
+ search for removed searchlist. Reported by Roland McGrath.
+
* io/ftwtest-sh: Add test for case of symlink to nonexisting file
given as start file.
imap->l_searchlist.r_nlist = cnt;
for (cnt = 0; imap->l_scope[cnt] != NULL; ++cnt)
- if (imap->l_scope[cnt] = &map->l_searchlist)
+ if (imap->l_scope[cnt] == &map->l_searchlist)
{
imap->l_scope[cnt] = &imap->l_searchlist;
break;