Control: found -1 8.22-1 Still the same core problem - d_namlen (not d_namelen).
Petr --- modules/network/serv_netspool.c +++ modules/network/serv_netspool.c @@ -983,7 +983,7 @@ (filedir_entry != NULL)) { #ifdef _DIRENT_HAVE_D_NAMLEN - d_namelen = filedir_entry->d_namelen; + d_namelen = filedir_entry->d_namlen; #else d_namelen = strlen(filedir_entry->d_name); -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org