mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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:
parent
611c22c117
commit
772ec2b7a9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9758
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user