Fixed unsorting.

This commit is contained in:
Bruce Evans 2002-06-08 06:49:15 +00:00
parent 50355bb408
commit b3a3c64940

View File

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