Missing net module symbols in 1.3.83 (with patches)

quy@zip.com.au
Thu, 4 Apr 1996 14:09:48 +1000


Hi,

Some missing net symbols needed since 1.3.82 but still not added in 1.3.82:

symbols defined in Used by modules
------------------------------------------------------
sk_free, sk_alloc sock.c ipx, appletalk
arp_query arp.c strip.c

Here are little patches to fix those:

--- net/netsyms.c- Sat Mar 30 22:20:34 1996
+++ net/netsyms.c Thu Apr 4 14:08:54 1996
@@ -71,6 +71,8 @@
X(skb_copy_datagram),
X(skb_copy_datagram_iovec),
X(datagram_select),
+ X(sk_free),
+ X(sk_alloc),

#ifdef CONFIG_IPX_MODULE
X(make_8023_client),
@@ -166,6 +168,7 @@
X(n_tty_ioctl),
X(tty_register_ldisc),
X(kill_fasync),
+ X(arp_query),
#ifdef CONFIG_FIREWALL
X(call_in_firewall),
X(call_out_firewall),