mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
fix another int/long type mismatch. This one was causing pigs to
die with an fpe on alpha because fscale wasn't properly initted
This commit is contained in:
parent
d468ee6f1a
commit
36acf3d991
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69493
@ -66,7 +66,7 @@ static struct p_times {
|
||||
} *pt;
|
||||
|
||||
static long stime[CPUSTATES];
|
||||
static long fscale;
|
||||
static int fscale;
|
||||
static double lccpu;
|
||||
|
||||
WINDOW *
|
||||
|
Loading…
Reference in New Issue
Block a user