[PATCH][2.5] export skb_pad symbol

Roger Luethi (rl@hellgate.ch)
Tue, 14 Jan 2003 13:21:14 +0100


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-11415-1042546976-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Actually exporting the symbol introduced in 2.5.57 makes module users
happy. Please apply.

--=_courier-11415-1042546976-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="export_skpad.diff"

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

--=_courier-11415-1042546976-0001-2--