Peter Wagner <
[hidden email]> writes:
>>Hey all,
>> Compiling latest CVS fuse w/ fuse-python from CVS, I can't seem to
>>get 'df' (call to statfs) to work properly.
>>
>>
>
>
>
Fixed:
Changed (line 168):
return (blocks_size, blocks, blocks_free, files, files_free, namelen)
To:
return (blocks_size, blocks, blocks_free, blocks_avail, files, files_free, namelen)
Changing this & supporting doc (blurb directly above) in xmp.py in CVS would probably be a good idea.
Pete
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit
http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005_______________________________________________
fuse-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/fuse-devel