ChangeSet ID: 17824 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/30 06:33:42
Modified files: dlls/ntdll : directory.c
Log message: Francois Gouget fgouget@codeweavers.com On some systems (linux 2.6.8) AFS fails to set d_reclen to 0 or does not support VFAT_IOCTL_READDIR_BOTH but returns 0 (success) anyway. So set d_reclen to 65535 (an impossible value) before the ioctl() and check it afterwards to work around this bug.
Patch: http://cvs.winehq.org/patch.py?id=17824
Old revision New revision Changes Path 1.28 1.29 +10 -1 wine/dlls/ntdll/directory.c