Removed the poorly named unused bogus common variable `total'. It was

obsoleted by the VM_METER sysctl a long time ago.
This commit is contained in:
bde 1995-07-29 10:47:05 +00:00
parent 76510cf9d2
commit 795b455aac
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# @(#)symbols.raw 7.6 (Berkeley) 5/8/91
#
# $Id: symbols.raw,v 1.3 1994/05/25 08:55:13 rgrimes Exp $
# $Id: symbols.raw,v 1.4 1994/10/09 07:34:30 davidg Exp $
#
@ -40,7 +40,7 @@
#vmstat
_cp_time
# _rate
_total
# _total
# _sum
# _rectime
# _pgintime

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vmmeter.h 8.1 (Berkeley) 6/2/93
* $Id: vmmeter.h,v 1.9 1995/03/25 06:09:28 davidg Exp $
* $Id: vmmeter.h,v 1.10 1995/03/25 08:42:04 davidg Exp $
*/
#ifndef _SYS_VMMETER_H_
@ -111,9 +111,6 @@ struct vmtotal
long t_armshr; /* active shared real memory */
long t_free; /* free memory pages */
};
#ifdef KERNEL
struct vmtotal total;
#endif
/*
* Optional instrumentation.