diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-04 12:30:41 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-04 12:30:41 +0000 |
commit | 1150c6620e4ca3e4276eadcd8a09bf310338e03e (patch) | |
tree | 899d75172784178ee467f3561cd7fcbfaf91fcc1 /math/spooles | |
parent | c4ac2b79e1b5dd4596779fc7afc407994e896bcd (diff) | |
download | ports-1150c6620e4ca3e4276eadcd8a09bf310338e03e.tar.gz ports-1150c6620e4ca3e4276eadcd8a09bf310338e03e.zip |
Notes
Diffstat (limited to 'math/spooles')
-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 ; |