FIX: skb_queue_lock: Unresolved Symbol. 2.1.91

Michael Ballbach (ballbach@lorien.ml.org)
Mon, 30 Mar 1998 14:26:48 -0700 (MST)


appletalk.o, af_packet.o, and ipx.o both have skb_queue_lock as unresolved
when built as a module on my system. A patch follows to export the symbol,
if I did this wrong, let me know, or if other people did not have this
problem, please let me know as well.

-- cut --
*** netsyms.c.orig Sun Mar 29 02:01:25 1998
--- netsyms.c Mon Mar 30 13:57:58 1998
***************
*** 73,78 ****
--- 73,79 ----
/* Skbuff symbols. */
EXPORT_SYMBOL(skb_push_errstr);
EXPORT_SYMBOL(skb_put_errstr);
+ EXPORT_SYMBOL(skb_queue_lock);

/* Socket layer registration */
EXPORT_SYMBOL(sock_register);

-- cut --

Also, for some reason, telneting in from a macintosh on ncsa telnet to
2.1.91, and running pine seems to lock up the terminal, the top pine line
is there, and input is still responsive, (I can exit pine) but the screen
is never again updated.

--------------------------
Michael A. Ballbach: N0ZTQ
ballbach@lorien.ml.org <--- PGP Key Here. (finger)
mikeb@vr1.com
http://ballbach.lorien.ml.org/

"I don't know how world war three will be fought, but world war four will
be fought with sticks and stones." -- Albert Einstein.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu