1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/math/spooles/files/patch-MT+drivers+AllInOneMT.c
Maho Nakata 78dda61e8d Correct patch file so that cleanly appled.
Submitted by:	bento
2003-11-09 22:41:33 +00:00

12 lines
421 B
C

--- 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 ;