Re: Linux 2.1.31

H. Peter Anvin (hpa@transmeta.com)
Thu, 3 Apr 1997 09:22:03 -0800 (PST)


>
> False.
> I compiled it by mistake and had lots of undefined symbols. Either you
> must use it ONLY as a module (and fs/Makefile is wrong), or you need to
> replace all
> #include <modversions.h>
> with
> #include <module.h>
> #include <version.h>
>

Odd. I had compiled it into the kernel, although I guess maybe I
never compiled it into a kernel with modversions turned on. We'll fix
this problem.

-hpa