lkml.org 
[lkml]   [1996]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectMissing net module symbols in 1.3.83 (with patches)

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

\
 
 \ /
  Last update: 2005-03-22 13:36    [W:7.540 / U:1.284 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site