Module Name: src Committed By: riastradh Date: Sat Dec 18 16:31:53 UTC 2021
Modified Files: src/sys/uvm: uvm_device.h Log Message: Add some missing includes to uvm_device.h. - sys/types.h for dev_t - sys/queue.h for LIST_ENTRY - uvm/uvm_object.h for complete struct uvm_object type - uvm/uvm_param.h for voff_t/vsize_t - uvm/uvm_prot.h for vm_prot_t To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/uvm/uvm_device.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.