=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/systat.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/systat/systat.h 2011/03/02 06:48:17 1.16 +++ src/usr.bin/systat/systat.h 2011/03/31 06:12:34 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: systat.h,v 1.16 2011/03/02 06:48:17 jasper Exp $ */ +/* $OpenBSD: systat.h,v 1.17 2011/03/31 06:12:34 lum Exp $ */ /* $NetBSD: systat.h,v 1.2 1995/01/20 08:52:14 jtc Exp $ */ /*- @@ -69,6 +69,8 @@ extern int protos; extern int verbose; extern int nflag; +extern char uloadbuf[]; +extern char timebuf[]; struct inpcb;