Replace ino_t by __ino64_t throughout.

This commit is contained in:
Corinna Vinschen
2003-05-11 21:52:09 +00:00
parent d1b5e65ba3
commit cc95baad41
7 changed files with 13 additions and 8 deletions

View File

@@ -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);
}
}