HomeFreeBSD

Reduce reliance on sys/sysproto.h pollution

Description

Reduce reliance on sys/sysproto.h pollution

Add sys/errno.h, sys/malloc.h, sys/queue.h, and vm/uma.h as needed.

sys/sysproto.h currently includes sys/acl.h which currently includes
sys/param.h, sys/queue.h, and vm/uma.h which in turn bring in
sys/errno.h sys/malloc.h.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44465

Details

Provenance
brooksAuthored on Mon, Apr 15, 4:53 PM
Reviewer
kib
Differential Revision
D44465: Reduce reliance on sys/sysproto.h pollution
Parents
rG101c80fe46b5: sys/malloc.h: move sys/proc.h MALLOC_DECLAREs here
Branches
Unknown
Tags
Unknown