xfs
[Top] [All Lists]

Re: quota progs

To: "Bas" <list@xxxxxxxxxxxxxx>, <linux-xfs@xxxxxxxxxxx>
Subject: Re: quota progs
From: "Nathan Scott" <nathans@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 20 Apr 2001 09:12:34 -0500
Cc: Jan Kara <jack@xxxxxx>, Marco van Wieringen <mvw@xxxxxxxxxxxxxxx>
In-reply-to: "Bas" <list@xxxxxxxxxxxxxx> "Re: quota progs" (Apr 19, 8:15pm)
References: <200104191411.f3JEBm004410@xxxxxxxxxxxxxxxxxxxx> <00b001c0c8fc$ba48f070$0f01a8c0@ws1>
Sender: owner-linux-xfs@xxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>