Re: ksyms.c error in 2.1.121

Bill Hawes (whawes@star.net)
Fri, 11 Sep 1998 14:38:42 -0400


Drew Wilcock (Linux acct) wrote:
>
> Hi
> I have tried a few patches to ksyms.c from 2.1.121 but none seem
> to have fixed this compile error, have i missed a patch somewhere for
> this,
>
> error:
>
> ksyms.c:323: `checksignals' undeclared here (not in a function)
> ksyms.c:323: initializer element for `__ksymtab_checksignals.value' is not
> constant

The checksignals routine has been removed from the kernel -- it was some
temporary debugging code that's not needed any longer. (Kernel 2.1.120
was the only one that needed it.)

So just remove the reference to checksignals in ksyms.c and it should be
OK.

Regards,
Bill

-
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.tux.org/lkml/faq.html