git: kernel: Move M_IOV malloc definition to correct header.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Thu Oct 24 04:59:30 PDT 2019
commit f4ed42b7e42317ff22563574eb936daebe387ca9
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Thu Oct 17 14:41:17 2019 +0300
kernel: Move M_IOV malloc definition to correct header.
It is possible because <sys/uio.h> already must include the
<sys/malloc.h> unconditionally for _KERNEL.
While there, minor trailing whitespaces cleanup.
Summary of changes:
sys/sys/malloc.h | 11 ++---------
sys/sys/uio.h | 2 ++
2 files changed, 4 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f4ed42b7e42317ff22563574eb936daebe387ca9
--
DragonFly BSD source repository
More information about the Commits
mailing list