From: Jesper Juhl <jesper.juhl@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 1/3] exterminate strtok - arch/frv/kernel/frv_ksyms.c
Date: Wed, 24 Aug 2005 21:08:15 +0200 [thread overview]
Message-ID: <200508242108.15735.jesper.juhl@gmail.com> (raw)
Since strtok() died in 2002 this EXPORT_SYMBOL appears meaningless.
Note: I've not been able to test this patch since I lack both hardware and
a cross compiler, so if someone else could please check it and sign off on
it before I send it to Andrew for inclusion in -mm I'd appreciate it.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
frv_ksyms.c | 1 -
1 files changed, 1 deletion(-)
--- linux-2.6.13-rc6-mm2-orig/arch/frv/kernel/frv_ksyms.c 2005-06-17 21:48:29.000000000 +0200
+++ linux-2.6.13-rc6-mm2/arch/frv/kernel/frv_ksyms.c 2005-08-24 18:58:14.000000000 +0200
@@ -71,7 +71,6 @@ EXPORT_SYMBOL(memset);
EXPORT_SYMBOL(memcmp);
EXPORT_SYMBOL(memscan);
EXPORT_SYMBOL(memmove);
-EXPORT_SYMBOL(strtok);
EXPORT_SYMBOL(get_wchan);
next reply other threads:[~2005-08-24 19:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-24 19:08 Jesper Juhl [this message]
2005-08-24 19:23 ` Terry MacMillan
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=200508242108.15735.jesper.juhl@gmail.com \
--to=jesper.juhl@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox