=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/cache.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/systat/cache.h 2011/11/29 10:17:52 1.3 +++ src/usr.bin/systat/cache.h 2011/11/29 10:19:15 1.4 @@ -1,4 +1,4 @@ -/* $Id: cache.h,v 1.3 2011/11/29 10:17:52 dlg Exp $ */ +/* $Id: cache.h,v 1.4 2011/11/29 10:19:15 dlg Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * @@ -23,7 +23,7 @@ #include struct sc_ent { - RB_ENTRY(sc_ent) tlink; + RB_ENTRY(sc_ent) tlink; TAILQ_ENTRY(sc_ent) qlink; u_int64_t id; u_int32_t creatorid; @@ -39,6 +39,5 @@ extern int cache_max, cache_size; #define COUNTER(c) ((((u_int64_t) ntohl(c[0]))<<32) + ntohl(c[1])) - #endif