git: vmstat(8): Remove no longer needed <sys/malloc.h> include.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Fri Nov 1 08:43:35 PDT 2019


commit 1cef5f30c2011919297a20e4994340c3807026fc
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Wed Oct 23 16:52:13 2019 +0300

    vmstat(8): Remove no longer needed <sys/malloc.h> include.
    
     The <sys/objcache.h> now provides the "struct malloc_type" definition.
     This leaves only two utilities in base userland that reference kernel
     kmalloc() header:
     * sbin/vinum through <dev/raid/vinum/vinumhdr.h>
     * usr.bin/fstat through various <vfs/FS/FS.h> headers.

Summary of changes:
 usr.bin/vmstat/vmstat.c | 1 -
 1 file changed, 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1cef5f30c2011919297a20e4994340c3807026fc


-- 
DragonFly BSD source repository



More information about the Commits mailing list