--- patches/icedtea-sparc.patch.orig 2010-11-29 20:01:12.545591747 +0100 +++ patches/icedtea-sparc.patch 2010-08-06 13:05:20.710031216 +0200 @@ -1726,7 +1726,7 @@ + } + + while (!feof(fp)) { -+ if (fscanf(fp, "cpu\t\t: %100[^\n]", &cpu) == 1) { ++ if (fscanf(fp, "cpu\t\t: %100[^\n]", &cpu[0]) == 1) { + if (strstr(cpu, "Niagara") != NULL) { + rv = true; + }