All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Luethi <rl@hellgate.ch>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org, Alan Cox <alan@lxorguk.ukuu.org.uk>,
	trivial@rustcorp.com.au
Subject: [PATCH][2.5] export skb_pad symbol
Date: Tue, 14 Jan 2003 13:21:14 +0100	[thread overview]
Message-ID: <20030114122114.GA30656@k3.hellgate.ch> (raw)

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

                 reply	other threads:[~2003-01-14 12:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030114122114.GA30656@k3.hellgate.ch \
    --to=rl@hellgate.ch \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    --cc=trivial@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.