Re: knfsd and asm/system.h / linux/kernel.h problem [w/patch]

Eugene Crosser (crosser@average.org)
Wed, 12 Aug 1998 12:27:10 +0400 (MSD)


> > FASTCALL is defined in linux/kernel.h, but inside #ifdef __KERNEL__.
> > NFS tools are (naturally) compiled without this #define. As a result,
> > there is a syntax error. Moving #define FASTCALL outside of #ifdef
> > __KERNEL__ helps. I am attaching the diff but I am not sure if it
> > is right.
>
> You don't need to build anything in the kernel directory of
> linux-nfs_xcxx, as all of the code is already in the kernel. Just modify
> the makefile to comment that part out.

Bill, I often read READMEs before compiling :)
I did comment out the kernel target, but the problem arizes when compiling
userspace programs of this package.

Should I submit the patch to Linus or?

Eugene

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html