mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue