Symbols missing in netsyms.c

Guilhem Lavaux (ylavaux@pratique.fr)
Thu, 19 Dec 1996 17:39:41 +0100


This is a multi-part message in MIME format.

--------------1D1A36754871501E910335
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi !

I'm using Linux 2.1.16 and the neighbour discovering symbols are
missing.
They are used by IPV6. Here's a patch to add them.

Guilhem.

-- 
-----------------------------------|
|   /-\  LAVAUX Yves & Guilhem     |
|  /   \       /-\                 |
|-/     \     /   \   /------------|
|        \   /     \-/             |
|         \-/  ylavaux@pratique.fr |
-----------------------------------|

--------------1D1A36754871501E910335 Content-Type: text/plain; charset=us-ascii; name="patch-linux" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-linux"

--- linux/net/netsyms.c.old Thu Dec 19 17:29:32 1996 +++ linux/net/netsyms.c Thu Dec 19 17:37:35 1996 @@ -97,6 +97,15 @@ X(skb_realloc_headroom), X(datagram_select), + /* Neighbour discovering */ + X(neigh_table_ins), + X(neigh_tbl_run_bh), + X(neigh_alloc), + X(neigh_table_init), + X(ntbl_walk_table), + X(neigh_queue_ins), + X(neigh_lookup), + /* ?? needed by smbfs.o */ X(__scm_destroy), X(__scm_send),

--------------1D1A36754871501E910335--