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

From: Pete Popov
Date: Mon Aug 29 2005 - 10:06:48 EST


> 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

> juhl@dragon:~/download/kernel/linux-2.6.13$ head -n 5 Makefile
> VERSION = 2
> PATCHLEVEL = 6
> SUBLEVEL = 13
> EXTRAVERSION =
> NAME=Woozy Numbat
> juhl@dragon:~/download/kernel/linux-2.6.13$ grep -A 1 strtok
> drivers/video/au1100fb.c
> for(this_opt=strtok(options, ","); this_opt;
> this_opt=strtok(NULL, ",")) {
> if (!strncmp(this_opt, "panel:", 6)) {
>
> And the patch I created still applies just fine.
>
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/