[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Quota - grace
hi,
On Fri, Aug 10, 2001 at 12:08:53PM +0100, Juer Lee wrote:
> Thanks.
> It works on compiling quotacheck.c ..
> But when I compile quotacheck_v2.c, new compiling error ' undefined
> reference to '__fswab64' occured ..
> I think there must be the probelems when compiling them on PPC.
> Ok, since Jan will know it, I will wait ...
>
I can help on that one - we had a similar problem in the XFS
user space awhile ago. At the top of quotacheck_v1.c, where
<asm/byteorder.h> is, try this...
#if defined(__powerpc__) /* ppc fix from: Robert Ramiega (jedi@plukwa.net) */
# define __BYTEORDER_HAS_U64__
#endif
#include <asm/byteorder.h>
[This is derived from cmd/xfsprogs/include/platform_defs.h.in]
cheers.
--
Nathan