diff --git a/sys/sys/vmmeter.h b/sys/sys/vmmeter.h index dcf6d1000fd4..1df5c4927093 100644 --- a/sys/sys/vmmeter.h +++ b/sys/sys/vmmeter.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmmeter.h,v 1.15 1999/03/24 05:51:29 mrg Exp $ */ +/* $NetBSD: vmmeter.h,v 1.16 2002/05/12 23:15:42 matt Exp $ */ /*- * Copyright (c) 1982, 1986, 1993 @@ -56,9 +56,6 @@ struct vmtotal int32_t t_armshr; /* active shared real memory */ int32_t t_free; /* free memory pages */ }; -#ifdef _KERNEL -struct vmtotal total; -#endif /* * Optional instrumentation.