> readdir and getdents64 return a dirent sturcture with field d_type. > This field is not faked, but should be because it contains the inode type > (DT_BLK, DT_DIR, etc.)
So we need a S_IFBLK<->DT_BLK translator as well. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

