Picky observation: there are a couple of extra #if 0 #endif pairs.
Combining them would make the patch simpler.

@@ -337,7 +339,9 @@ static void getname (char *name)
         name[NAMELEN - 1] = '\0';
      }
 }
+#endif

+#if 0
 static void err1 ()
 {
    fprintf (stderr,"Error creating %s\n",scorefile);

I haven't tested it, but it looks fine.

Acked-by: Myles Watson <[email protected]>

Thanks,
Myles

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to