=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/systat.h,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/systat/systat.h 2015/03/12 01:03:00 1.21 --- src/usr.bin/systat/systat.h 2018/05/30 13:43:51 1.22 *************** *** 1,4 **** ! /* $OpenBSD: systat.h,v 1.21 2015/03/12 01:03:00 claudio Exp $ */ /* $NetBSD: systat.h,v 1.2 1995/01/20 08:52:14 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: systat.h,v 1.22 2018/05/30 13:43:51 krw Exp $ */ /* $NetBSD: systat.h,v 1.2 1995/01/20 08:52:14 jtc Exp $ */ /*- *************** *** 87,92 **** --- 87,93 ---- int initmalloc(void); int initnfs(void); int initcpu(void); + int inituvm(void); void fetchkre(void); void fetchifstat(void);