Subject: Re: quotacheck just doesn't work...
To: Luke Mewburn <lm@rmit.edu.au>
From: Chris G. Demetriou <cgd@postgres.Berkeley.EDU>
List: netbsd-bugs
Date: 05/23/1994 21:41:07
> /sbin/quotacheck (with sources about 2 days old) is broken.
> I get `read: bad address' (which I tracked down to the read() in
> quotacheck.c::bread()). I even tried casting the lseek which occurs
> just before it into off_t...

I don't know whether i mentioned this to the list or not, but this
is now fixed.

basically SBOFF is an off_t, but quotacheck's bread() function
takes a long, or something like that.  it'll probably be upgraded
eventually, but "not right now," so i fixed it.


chris

------------------------------------------------------------------------------