CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/01/01 23:38:45
Modified files:
lib/libkvm : kvm_file2.c
usr.sbin/pstat : pstat.c
sys/dev : diskmap.c
sys/kern : exec_script.c kern_exec.c kern_sysctl.c
sys_generic.c sys_pipe.c tty_pty.c
uipc_syscalls.c vfs_syscalls.c vfs_vnops.c
sys/miscfs/fifofs: fifo_vnops.c
sys/msdosfs : msdosfs_vnops.c
sys/ufs/ufs : ufs_vnops.c
sys/uvm : uvm_mmap.c
Log message:
Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.
ok millert@ sthen@