Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-05-12 01:52:09 +0400
committerCorinna Vinschen <corinna@vinschen.de>2003-05-12 01:52:09 +0400
commitcc95baad414526fd2764e92f445a1b3f1d3db2ab (patch)
treee6bd175a89a62aee5781a081d15c31e28f5eccae /winsup/cygwin/dir.cc
parentd1b5e65ba333661bdcba161023bc964562a06812 (diff)
Replace ino_t by __ino64_t throughout.
Diffstat (limited to 'winsup/cygwin/dir.cc')
-rw-r--r--winsup/cygwin/dir.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dir.cc b/winsup/cygwin/dir.cc
index 9bd18c17e..9c50bda1b 100644
--- a/winsup/cygwin/dir.cc
+++ b/winsup/cygwin/dir.cc
@@ -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);
}
}