git: vkernel - Fix systat -vm 1

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jul 7 19:53:36 PDT 2014


commit 56a5e4ad110fb3012a3b734c8c3cd87235cf59d2
Author: Matthew Dillon <dillon at apollo.backplane.com>
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


More information about the Commits mailing list