ksym problems

Curtiss (1CMC3466@ibm.mtsac.edu)
Sun, 19 May 96 21:32:48 PDT


Since pre-2.0.=9B1-6=BA it has become necessary for me to use CONFI=
G_
MODVERSIONS but with that option set the kernel will not compile due
to errors starting in drivers/char/misc.c. The compilers returns the
error that the macro _basic_version is being used with only one arg
when this shouldn't be the case. I suspect the necessary .ver file
isn't being included at compile time because if I add the defines
from the files generated with genksyms to the files that should be
calling them the errors go away.

When genksyms is run each file that is called returns a warning
about struct sock being unknown. This structure is defined in net/
sock.h and if I include it the files that generated the warning the
problem goes away.

Curtiss