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:
authorChristopher Faylor <me@cgf.cx>2003-04-27 07:09:17 +0400
committerChristopher Faylor <me@cgf.cx>2003-04-27 07:09:17 +0400
commit7d6d38aaece0f6818ceb2112a2ac7917ce32272b (patch)
tree4a8c6e0ff880fb3329530196168cbd392b32e829 /winsup/cygwin/path.cc
parent45bfd8ed749686699eb7aa51cd4c543d8f9679e0 (diff)
* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 5b2e5360d..a8ec7ab84 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -3186,7 +3186,7 @@ readlink (const char *path, char *buf, int buflen)
/* Cygwin internal */
unsigned long __stdcall
-hash_path_name (unsigned long hash, const char *name)
+hash_path_name (ino_t hash, const char *name)
{
if (!*name)
return hash;