svn commit: r317445 - head/tools/tools/umastat

Gleb Smirnoff glebius at FreeBSD.org
Wed Apr 26 17:58:12 UTC 2017


Author: glebius
Date: Wed Apr 26 17:58:10 2017
New Revision: 317445
URL: https://svnweb.freebsd.org/changeset/base/317445

Log:
  Fix build of tools/tools/umastat.
  
  PR:		218887
  Submitted by:	Fabian Keil <fk fabiankeil.de>
  Obtained from:	ElectroBSD

Modified:
  head/tools/tools/umastat/umastat.c

Modified: head/tools/tools/umastat/umastat.c
==============================================================================
--- head/tools/tools/umastat/umastat.c	Wed Apr 26 17:55:43 2017	(r317444)
+++ head/tools/tools/umastat/umastat.c	Wed Apr 26 17:58:10 2017	(r317445)
@@ -129,7 +129,6 @@ static const struct flaginfo {
 	{ UMA_ZONE_VM, "vm" },
 	{ UMA_ZONE_HASH, "hash" },
 	{ UMA_ZONE_SECONDARY, "secondary" },
-	{ UMA_ZONE_REFCNT, "refcnt" },
 	{ UMA_ZONE_MAXBUCKET, "maxbucket" },
 	{ UMA_ZONE_CACHESPREAD, "cachespread" },
 	{ UMA_ZONE_VTOSLAB, "vtoslab" },


More information about the svn-src-head mailing list