diff options
author | maho <maho@FreeBSD.org> | 2003-11-04 20:30:41 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-04 20:30:41 +0800 |
commit | 925836188d91a4f89cb1b13ce2059fb914291908 (patch) | |
tree | b3782738f249b9d7a739b1adbd12b0dce577f10c /math | |
parent | 8163bc7d24d23fef6aeb6b55ed39bf099b6f3961 (diff) | |
download | freebsd-ports-gnome-925836188d91a4f89cb1b13ce2059fb914291908.tar.gz freebsd-ports-gnome-925836188d91a4f89cb1b13ce2059fb914291908.tar.zst freebsd-ports-gnome-925836188d91a4f89cb1b13ce2059fb914291908.zip |
A small bug was found on the multithreaded version of spooles...
PR: 58908
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/spooles/files/patch-MT+drivers+AllInOneMT.c | 11 |
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 ; |