On Tue, Nov 09, 2004 at 02:16:54PM +0100, Andreas Metzler wrote: > Hello, > Hmm, statfs with -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE seems to > be completely broken on alpha.
Are you sure, given these warnings? > [EMAIL PROTECTED]:/tmp/ametz$ gcc -o statfstest -Wall statfstest.c > statfstest.c: In function `main': > statfstest.c:20: warning: long int format, different type arg (arg 2) > statfstest.c:20: warning: long int format, different type arg (arg 3) > statfstest.c:21: warning: long int format, different type arg (arg 2) > statfstest.c:21: warning: long int format, different type arg (arg 3) -- John

