bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dirent.d_ino check


From: Eric Blake
Subject: dirent.d_ino check
Date: Mon, 09 May 2005 23:13:22 +0000

The check in m4/d-ino.m4 is currently just a link test, which means it fails to 
detect that cygwin returns bogus d_ino data on readdir() of NTFS filesystems 
(but it matches stat() on FAT filesystems).  I'm not sure how to test for a 
working d_ino in cross-compilation, so the fallback to my new run test is the 
existing link test.

2005-05-09  Eric Blake  <address@hidden>

        * d-ino.m4: Add run test to detect broken cygwin d_ino.

--
Eric Blake

Attachment: coreutils.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]