public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] exterminate strtok - arch/frv/kernel/frv_ksyms.c
@ 2005-08-24 19:08 Jesper Juhl
  2005-08-24 19:23 ` Terry MacMillan
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2005-08-24 19:08 UTC (permalink / raw)
  To: linux-kernel

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* (no subject)
  2005-08-24 19:08 [PATCH 1/3] exterminate strtok - arch/frv/kernel/frv_ksyms.c Jesper Juhl
@ 2005-08-24 19:23 ` Terry MacMillan
  0 siblings, 0 replies; 2+ messages in thread
From: Terry MacMillan @ 2005-08-24 19:23 UTC (permalink / raw)
  To: linux-kernel

unsubscribe linux-kernel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-24 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-24 19:08 [PATCH 1/3] exterminate strtok - arch/frv/kernel/frv_ksyms.c Jesper Juhl
2005-08-24 19:23 ` Terry MacMillan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox