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" }, _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"