Add sys/errno.h, sys/malloc.h, and vm/uma.h as needed.
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.
Differential D44465
Reduce reliance on sys/sysproto.h pollution brooks on Mar 21 2024, 11:38 PM. Authored by Tags None Referenced Files
Details
Add sys/errno.h, sys/malloc.h, and vm/uma.h as needed. sysproto.h currently includes sys/acl.h which currently includes
Diff Detail
Event TimelineComment Actions This review stack is the result of trying to remove sys/acl.h from sys/sysproto.h after 27676ae365f62c22f8daa816bf7a07d22bd081d9 and discovering that there were a lot of things that depended on its header pollution.
Comment Actions
|