IPX module broken in 1.3.8[23]

Tom Grigg (st588@bayou.uh.edu)
Thu, 4 Apr 1996 01:26:36 -0600 (CST)


A couple of symbols need to be added to netsyms.c ....

diff -u --recursive linux-1.3.83/net/netsyms.c linux/net/netsyms.c
--- linux-1.3.83/net/netsyms.c Sat Mar 30 16:32:32 1996
+++ linux/net/netsyms.c Wed Apr 3 17:49:06 1996
@@ -64,6 +64,8 @@
X(memcpy_fromiovec),
X(sock_setsockopt),
X(sock_getsockopt),
+ X(sk_alloc),
+ X(sk_free),
X(sock_wake_async),
X(sock_alloc_send_skb),
X(skb_recv_datagram),

--
Tom Grigg
st588@jetson.uh.edu
http://www.egr.uh.edu/~eac64750/tom/