=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/if.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/systat/if.c 2019/07/04 01:39:44 1.25 +++ src/usr.bin/systat/if.c 2021/01/18 00:49:09 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.25 2019/07/04 01:39:44 dlg Exp $ */ +/* $OpenBSD: if.c,v 1.26 2021/01/18 00:49:09 mortimer Exp $ */ /* * Copyright (c) 2004 Markus Friedl * @@ -41,6 +41,8 @@ struct ifcount ifs_now; char ifs_flag; } *ifstats; + +struct ifcount sum; static int nifs = 0; static int num_ifs = 0;