aboutsummaryrefslogtreecommitdiff
path: root/math/spooles
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-11-04 12:30:41 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-11-04 12:30:41 +0000
commit1150c6620e4ca3e4276eadcd8a09bf310338e03e (patch)
tree899d75172784178ee467f3561cd7fcbfaf91fcc1 /math/spooles
parentc4ac2b79e1b5dd4596779fc7afc407994e896bcd (diff)
downloadports-1150c6620e4ca3e4276eadcd8a09bf310338e03e.tar.gz
ports-1150c6620e4ca3e4276eadcd8a09bf310338e03e.zip
A small bug was found on the multithreaded version of spooles...
PR: 58908 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes: svn path=/head/; revision=93061
Diffstat (limited to 'math/spooles')
-rw-r--r--math/spooles/files/patch-MT+drivers+AllInOneMT.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/spooles/files/patch-MT+drivers+AllInOneMT.c b/math/spooles/files/patch-MT+drivers+AllInOneMT.c
new file mode 100644
index 000000000000..520701c9eecc
--- /dev/null
+++ b/math/spooles/files/patch-MT+drivers+AllInOneMT.c
@@ -0,0 +1,11 @@
+--- MT/drivers/AllInOneMT.c.orig Sat Aug 9 14:06:19 2003
++++ MT/drivers/AllInOneMT.c Sat Aug 9 14:13:07 2003
+@@ -35,7 +35,7 @@
+ Chv *rootchv ;
+ ChvManager *chvmanager ;
+ double droptol = 0.0, tau = 100. ;
+-double cpus[10] ;
++double cpus[11] ; /* see MT/src/factor.c - Manfred Spraul */
+ DV *cumopsDV ;
+ ETree *frontETree ;
+ FrontMtx *frontmtx ;