commit 56a5e4ad110fb3012a3b734c8c3cd87235cf59d2
Author: Matthew Dillon <[email protected]>
Date: Mon Jul 7 19:52:44 2014 -0700
vkernel - Fix systat -vm 1
* Make the 'dirtybufspace' symbol global in the kernel so systat -vm 1
run from userland under a vkernel can find it. For some reason, vkernel
builds lose static symbols that real-kernel builds don't have a problem
with.
Reminded-by: tuxillo
Summary of changes:
sys/kern/vfs_bio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/56a5e4ad110fb3012a3b734c8c3cd87235cf59d2
--
DragonFly BSD source repository