> # ldd `which depmod`
> libc.so.5 => /lib/libc.so.5.4.17
> # depmod -aV
> depmod version 2.1.13
> *** Unresolved symbols in module /lib/modules/2.1.15/fs/nfs.o
> *** Unresolved symbols in module /lib/modules/current/fs/nfs.o
> *** Unresolved symbols in module /lib/modules/default/fs/nfs.o
A couple of symbols are missing from the exported list. Patch follows..
NOTE: the patch is against vanilla 2.1.15, it will not apply cleanly
against a kernel with Dave Miller's second patch.
Ionut
-- It is better to keep your mouth shut and be thought a fool, than to open it and remove all doubt.--- linux-2.1.15/net/netsyms.c.old Thu Dec 12 20:43:11 1996 +++ linux-2.1.15/net/netsyms.c Fri Dec 13 00:01:25 1996 @@ -84,6 +84,8 @@ X(memcpy_fromiovec), X(sock_setsockopt), X(sock_getsockopt), + X(sock_sendmsg), + X(sock_recvmsg), X(sk_alloc), X(sk_free), X(sock_wake_async),