Kevin Ryde <[EMAIL PROTECTED]> writes: > I made the change below in ice-9/ftw.scm to check the dev number of > files visited, the inode number is of course only unique within each > device.
Looks nice. I infer that the previous version was bugged because of the possibility of having the same inode on different devices; is that right? Is it worth commenting that the use of dev+ino (as opposed to pathname) avoids traversing hard links (notably . and ..) multiple times, or is that too obvious? Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel