Re: 2.1.15 and NFS as a module

Ion Badulescu (ionut@moisil.wal.rhno.columbia.edu)
Fri, 13 Dec 1996 00:04:17 -0500 (EST)


On Thu, 12 Dec 1996, Trevor Johnson wrote:

> # 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),