Re: [PATCH 2/3] exterminate strtok - drivers/video/au1100fb.c

2005-08-29 Thread Jesper Juhl
On 8/29/05, Pete Popov <[EMAIL PROTECTED]> wrote: > > Then I must be blind, because I still see the old strtok() using code > > in there : > > You must be looking at kernel.org. I'm talking about linux-mips. Any Yes, I was looking at 2.6.13 from kernel.org. > linux mips patches should go throu

Re: [PATCH 2/3] exterminate strtok - drivers/video/au1100fb.c

2005-08-29 Thread Pete Popov
> Then I must be blind, because I still see the old strtok() using code > in there : You must be looking at kernel.org. I'm talking about linux-mips. Any linux mips patches should go through linux-mips.org and Ralf eventually gets them into kernel.org. Pete > [EMAIL PROTECTED]:~/download/kernel

Re: [PATCH 2/3] exterminate strtok - drivers/video/au1100fb.c

2005-08-29 Thread Jesper Juhl
On 8/29/05, Pete Popov <[EMAIL PROTECTED]> wrote: > On Mon, 2005-08-29 at 13:43 +0200, Jesper Juhl wrote: > > On 8/25/05, Pete Popov <[EMAIL PROTECTED]> wrote: > > > > > > I see the patch, or an equivalent, has been applied already. > > > > > Ohh, where? I don't see such a patch in 2.6.12-rc6-mm2 n

Re: [PATCH 2/3] exterminate strtok - drivers/video/au1100fb.c

2005-08-29 Thread Pete Popov
On Mon, 2005-08-29 at 13:43 +0200, Jesper Juhl wrote: > On 8/25/05, Pete Popov <[EMAIL PROTECTED]> wrote: > > > > I see the patch, or an equivalent, has been applied already. > > > Ohh, where? I don't see such a patch in 2.6.12-rc6-mm2 nor in 2.6.13. 2.6.13. Pete - To unsubscribe from this li

Re: [PATCH 2/3] exterminate strtok - drivers/video/au1100fb.c

2005-08-29 Thread Jesper Juhl
On 8/25/05, Pete Popov <[EMAIL PROTECTED]> wrote: > > I see the patch, or an equivalent, has been applied already. > Ohh, where? I don't see such a patch in 2.6.12-rc6-mm2 nor in 2.6.13. -- Jesper Juhl <[EMAIL PROTECTED]> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plai

Re: [PATCH 2/3] exterminate strtok - drivers/video/au1100fb.c

2005-08-24 Thread Pete Popov
I see the patch, or an equivalent, has been applied already. Pete On Wed, 2005-08-24 at 21:08 +0200, Jesper Juhl wrote: > Since strtok() died in 2002 let's not use it - use strsep() instead which > is the replacement function. > > Note: I've not been able to test this patch since I lack both ha

[PATCH 2/3] exterminate strtok - drivers/video/au1100fb.c

2005-08-24 Thread Jesper Juhl
Since strtok() died in 2002 let's not use it - use strsep() instead which is the replacement function. 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