reassign 324051 libc6.1-dev retitle 324051 bad struct statvfs declaration on Alpha when _FILE_OFFSET_BITBITS is defined thanks
As Sergey Tikhonov found out, this is really a bug in glibc's /usr/include/bits/statvfs.h. When _FILE_OFFSET_BITS is set, a different struct definition is taken, although there is really only one correct one on Alpha. Martin's test program shows this: [EMAIL PROTECTED]:/tmp% df / Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda1 127383 88516 32290 74% / [EMAIL PROTECTED]:/tmp% gcc test.c && ./a.out / 32290 [EMAIL PROTECTED]:/tmp% gcc -D_FILE_OFFSET_BITS=64 test.c && ./a.out / 116483808061937 -- Falk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]