Bug#280213: exim4: Thinks it's always out of spool space

John Goerzen John Goerzen <jgoerzen@complete.org>, 280213@bugs.debian.org
Tue, 9 Nov 2004 08:31:55 -0600


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?

> ametzler@spe142:/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