wine/dlls/ntdll directory.c

Alexandre Julliard julliard at winehq.org
Mon May 30 06:33:42 CDT 2005


ChangeSet ID:	17824
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/05/30 06:33:42

Modified files:
	dlls/ntdll     : directory.c 

Log message:
	Francois Gouget <fgouget at 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




More information about the wine-cvs mailing list