summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-03-17 00:33:19 +0000
committerMike Frysinger <vapier@gentoo.org>2007-03-17 00:33:19 +0000
commitaf12a277c683789245f0f1734322831351eb85be (patch)
treec9f3bbb543b71153ff97485fd559a0d05dc511ee /sys-apps/memtest86/files/memtest86-3.3-funky-test.patch
parentAdd support for USE=static #170700 by Nguyen Thai Ngoc Duy. (diff)
downloadgentoo-2-af12a277c683789245f0f1734322831351eb85be.tar.gz
gentoo-2-af12a277c683789245f0f1734322831351eb85be.tar.bz2
gentoo-2-af12a277c683789245f0f1734322831351eb85be.zip
Version bump #169685 by ScytheMan.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-apps/memtest86/files/memtest86-3.3-funky-test.patch')
-rw-r--r--sys-apps/memtest86/files/memtest86-3.3-funky-test.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/memtest86/files/memtest86-3.3-funky-test.patch b/sys-apps/memtest86/files/memtest86-3.3-funky-test.patch
new file mode 100644
index 000000000000..68fd355b2e08
--- /dev/null
+++ b/sys-apps/memtest86/files/memtest86-3.3-funky-test.patch
@@ -0,0 +1,15 @@
+i can only guess at what this test was trying to accomplish ...
+
+ive submitted this upstream
+
+--- main.c
++++ main.c
+@@ -465,7 +465,7 @@
+ }
+ compute_segments(window);
+ window = 0;
+- for (v->pass_ticks=0, i=0; i<DEFTESTS != NULL; i++) {
++ for (v->pass_ticks=0, i=0; i<DEFTESTS; i++) {
+
+ /* Test to see if this test is selected for execution */
+ if (v->testsel >= 0) {