'struct statfs' changes size, and entries within it change position, depending
authorMark Glines <mark@glines.org>
Sun, 17 Mar 2002 06:58:33 +0000 (06:58 +0000)
committerMark Glines <mark@glines.org>
Sun, 17 Mar 2002 06:58:33 +0000 (06:58 +0000)
commit85801bbad1b3f1160bd35608f30048faa8d94995
tree3cf670052dc61d8ec2da79c21047bc41c1db6b23
parent3e3d081d28ff60331d791ae9bc4e1f8d98701d86
'struct statfs' changes size, and entries within it change position, depending
on which headerfiles are included and which macros are defined.  Because its
unreliable, we now use struct fuse_statfs everywhere except in the kernel.

Also fixed some perl fuse_main semantics - it now works much better when
multithreading is disabled.
example/fusexmp.c
example/null.c
include/fuse.h
include/fusestat.h [new file with mode: 0644]
include/linux/fuse.h
lib/fuse.c
perl/Fuse.xs
perl/loopback.pl