=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/cache.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/systat/cache.c 2014/10/08 04:10:04 1.5 --- src/usr.bin/systat/cache.c 2016/01/16 03:30:26 1.6 *************** *** 1,4 **** ! /* $Id: cache.c,v 1.5 2014/10/08 04:10:04 doug Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * --- 1,4 ---- ! /* $Id: cache.c,v 1.6 2016/01/16 03:30:26 canacar Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * *************** *** 123,129 **** ent->bytes = COUNTER(st->bytes[0]) + COUNTER(st->bytes[1]); ent->peak = 0; ent->rate = 0; ! ent->t = time(NULL); RB_INSERT(sc_tree, &sctree, ent); TAILQ_INSERT_HEAD(scq_act, ent, qlink); --- 123,129 ---- ent->bytes = COUNTER(st->bytes[0]) + COUNTER(st->bytes[1]); ent->peak = 0; ent->rate = 0; ! ent->t = 0; RB_INSERT(sc_tree, &sctree, ent); TAILQ_INSERT_HEAD(scq_act, ent, qlink);