]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix build of uma_core.c when DDB is not compiled into the kernel by
authorRobert Watson <rwatson@FreeBSD.org>
Tue, 18 Jul 2006 01:13:18 +0000 (01:13 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Tue, 18 Jul 2006 01:13:18 +0000 (01:13 +0000)
commita0d4b0aeaa44d5afd63dccc0fe0216a9b2fd98ce
treee67b1186905da0d53848e7a8fe4f386f7dcc8ff7
parent8067ea809e368a75c503c487ad1b1a4dcf226faa
Fix build of uma_core.c when DDB is not compiled into the kernel by
making uma_zone_sumstat() ifdef DDB, as it's only used with DDB now.

Submitted by: Wolfram Fenske <Wolfram.Fenske at Student.Uni-Magdeburg.DE>
sys/vm/uma_core.c