Fixed unsorting.

This commit is contained in:
bde 2002-06-08 06:49:15 +00:00
parent 93d0005574
commit fa2a4fdbfc

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