From cc95baad414526fd2764e92f445a1b3f1d3db2ab Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sun, 11 May 2003 21:52:09 +0000 Subject: Replace ino_t by __ino64_t throughout. --- winsup/cygwin/path.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/path.cc') diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 5d1cdcb7d..d381c4c61 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -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; -- cgit v1.2.3