-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Jim Meyering on 9/29/2009 5:13 AM: > - /* The failed stat/lstat may have modified f->stat. Clear it, > - since we may use at least its st_ino member, e.g., > - when trying to print the inode of dangling symlink: > - mkdir d; ln -s no-such d/s; ls -Li d */ > - memset (&f->stat, 0, sizeof (f->stat)); > + f->stat.st_ino = 22;
Why 22? Is this debugging leftovers? - -- Don't work too hard, make some time for fun as well! Eric Blake [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkrB8f4ACgkQ84KuGfSFAYAh0ACgrKtuS+Eg9QMsjOQAa2LrMWAm XkQAn2rHcJzA1p22poZd0kviMH0dbKWH =hb9Q -----END PGP SIGNATURE-----
