* [PATCH][2.5] export skb_pad symbol
@ 2003-01-14 12:21 Roger Luethi
0 siblings, 0 replies; only message in thread
From: Roger Luethi @ 2003-01-14 12:21 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Alan Cox, trivial
[-- Attachment #1: Type: text/plain, Size: 91 bytes --]
Actually exporting the symbol introduced in 2.5.57 makes module users
happy. Please apply.
[-- Attachment #2: export_skpad.diff --]
[-- Type: text/plain, Size: 334 bytes --]
--- linux-2.5.58/net/netsyms.c.org Tue Jan 14 13:11:29 2003
+++ linux-2.5.58/net/netsyms.c Tue Jan 14 13:11:35 2003
@@ -534,6 +534,7 @@
EXPORT_SYMBOL(__kfree_skb);
EXPORT_SYMBOL(skb_clone);
EXPORT_SYMBOL(skb_copy);
+EXPORT_SYMBOL(skb_pad);
EXPORT_SYMBOL(netif_rx);
EXPORT_SYMBOL(netif_receive_skb);
EXPORT_SYMBOL(dev_add_pack);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-14 12:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-14 12:21 [PATCH][2.5] export skb_pad symbol Roger Luethi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.