> 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/linux-2.6.13$ head -n 5 Makefile > VERSION = 2 > PATCHLEVEL = 6 > SUBLEVEL = 13 > EXTRAVERSION = > NAME=Woozy Numbat > [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/