Displaying 1 result from an estimated 1 matches for "tag_02_01_04".
2006 Jan 19
0
Question about d_ino used in scp.c
...istence of the d_ino member in
dirent. Only systems which claim to be X/Open compatible are required
to have the d_ino member in dirent. See
http://www.opengroup.org/onlinepubs/009695399/basedefs/dirent.h.html
and
http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap02.html#tag_02_01_04
Since it's fairly tricky and time consuming to generate the correct
inode number when running the Windows equivalent of readdir, the d_ino
entry was faked in Cygwin by using a name hash for a long time now.
The problem is that this doesn't match the inode number returned by
the...