hi,
On Apr 19, 8:15pm, Bas wrote:
> Subject: Re: quota progs
> I'm not able to get Quotatools 3.01-pre2,3 and 4 compiled on my system.
>
> Kernel 2.4.3 (XFS) and all the default stuff installed and I'm trying to get
> quota-tools-3.01-pre4 compiled.
>
> It returns:
>
> ....
> quotaio_rpc.c:38: for each function it appears in.)
> quotaio_rpc.c:38: `ENOTSUP' undeclared (first use in this function)
> quotaio_rpc.c: In function `rpc_commit_dquot':
> quotaio_rpc.c:52: `errno' undeclared (first use in this function)
> quotaio_rpc.c:52: `ENOTSUP' undeclared (first use in this function)
> make: *** [quotaio_rpc.o] Error 1
>
> ...
> How can I fix this.
>-- End of excerpt from Bas
add this line to the top of quotaio_rpc.c:
#include <errno.h>
cheers.
--
Nathan
|