summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-04-27 03:09:17 +0000
committerChristopher Faylor <me@cgf.cx>2003-04-27 03:09:17 +0000
commit7d6d38aaece0f6818ceb2112a2ac7917ce32272b (patch)
tree4a8c6e0ff880fb3329530196168cbd392b32e829 /winsup/cygwin/path.cc
parent45bfd8ed749686699eb7aa51cd4c543d8f9679e0 (diff)
downloadcygnal-7d6d38aaece0f6818ceb2112a2ac7917ce32272b.tar.gz
cygnal-7d6d38aaece0f6818ceb2112a2ac7917ce32272b.tar.bz2
cygnal-7d6d38aaece0f6818ceb2112a2ac7917ce32272b.zip
* 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;