From: thoth@uiuc.edu (Ben Cox) Subject: Re: du Date: 14 Jul 1992 01:06:17 GMT
roberts@pepper.cray.com (Mike Roberts) writes:
>I've compiled fileutils-3.2 on 0.96bpl2 with gcc2.2.2 and my
>du always prints zero for the blocksizes. du -b works and
>prints the byte size. Anybody else have this problem and a
>solution? I've looked at all the README files that come
>with fileutl-3.2src.tar.Z on tsx-11.mit.edu and it looks like
>no patches were necessary. Nothing in the FAQ either.
Use 0.96c and this problem will go away.
0.96bpl2 defines the st_blocks field, but doesn't use it. 0.96c does.