Replace ino_t by __ino64_t throughout.
This commit is contained in:
@@ -142,7 +142,7 @@ readdir (DIR *dir)
|
||||
else
|
||||
{
|
||||
hashit:
|
||||
ino_t dino = hash_path_name (dir->__d_dirhash, "\\");
|
||||
__ino64_t dino = hash_path_name (dir->__d_dirhash, "\\");
|
||||
dir->__d_dirent->d_ino = hash_path_name (dino, res->d_name);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user