Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.13 /drivers/video/valkyriefb.c

Filename:/drivers/video/valkyriefb.c
Lines Added:1
Lines Deleted:2
Also changed in: (Previous) 2.4.13-pre6  2.4.10  2.4.10-pre15  2.4.10-pre14  2.4.10-pre13  2.4.10-pre12 
(Following) 2.4.15-pre5  2.4.15-pre6  2.4.15-pre7  2.4.15-pre8  2.4.15-pre9  2.4.15-greased-turkey 

Location
[  2.4.13
  [  drivers
    [  video
       o  valkyriefb.c

Patch

diff -u --recursive --new-file v2.4.12/linux/drivers/video/valkyriefb.c linux/drivers/video/valkyriefb.c
--- v2.4.12/linux/drivers/video/valkyriefb.c   Sun Sep 23 11:41:00 2001
+++ linux/drivers/video/valkyriefb.c   Sun Oct 21 10:14:38 2001
@@ -801,8 +801,7 @@
    if (!options || !*options)
       return 0;
 
-   for (this_opt = strtok(options, ","); this_opt;
-        this_opt = strtok(NULL, ",")) {
+   while (this_opt = strsep(&options, ",")) {
       if (!strncmp(this_opt, "font:", 5)) {
          char *p;
          int i;


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.