mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fixed unsorting.
This commit is contained in:
parent
50355bb408
commit
b3a3c64940
1 changed files with 1 additions and 1 deletions
|
|
@ -41,8 +41,8 @@ struct varent;
|
|||
|
||||
extern fixpt_t ccpu;
|
||||
extern int cflag, eval, fscale, mempages, nlistread, rawcpu;
|
||||
extern int sumrusage, termwidth, totwidth;
|
||||
extern time_t now;
|
||||
extern int sumrusage, termwidth, totwidth;
|
||||
extern VARENT *vhead;
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
|
|
|||
Loading…
Reference in a new issue