Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 344659 | Differences between
and this patch

Collapse All | Expand All

(-)patches/icedtea-sparc.patch.orig (-1 / +1 lines)
Lines 1726-1732 Link Here
1726
+  }
1726
+  }
1727
+
1727
+
1728
+  while (!feof(fp)) {
1728
+  while (!feof(fp)) {
1729
+    if (fscanf(fp, "cpu\t\t: %100[^\n]", &cpu) == 1) {
1729
+    if (fscanf(fp, "cpu\t\t: %100[^\n]", &cpu[0]) == 1) {
1730
+      if (strstr(cpu, "Niagara") != NULL) {
1730
+      if (strstr(cpu, "Niagara") != NULL) {
1731
+        rv = true;
1731
+        rv = true;
1732
+      }
1732
+      }

Return to bug 344659