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

@ -3185,8 +3185,8 @@ readlink (const char *path, char *buf, int buflen)
the directory. FIXME: Not bullet-proof. */
/* Cygwin internal */
ino_t __stdcall
hash_path_name (ino_t hash, const char *name)
__ino64_t __stdcall
hash_path_name (__ino64_t hash, const char *name)
{
if (!*name)
return hash;