CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/12 07:08:03
Modified files:
sys/tmpfs : tmpfs.h tmpfs_vnops.c
Log message:
Fix build of tmpfs
The breakage was caused by the removal of #include <sys/systm.h>
from <uvm/uvm_map.h>.
OK deraadt@, mpi@, beck@
