Are strcpy/strcat, etc, all inline functions too ? I would have thought
that everything in /usr/src/linux/lib would have be part of that interface
(or is it all just functions that end up as inlines) ?
I should add, that it appears inline functions are highly dependent on
gcc being used with -O2 or something similar. I was also having trouble
getting ntohl() and friends resolved until I used -O2.
Still, it's very quirky. Somewhat like the Solaris 2 problem with gcc
where it generates incompatible symbol tables if you use -g to compile
code to use as an LKM.
Darren