CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/04/21 23:43:14
Modified files:
sys/arch/i386/i386: linux_machdep.c
sys/compat/linux: linux_blkio.c linux_cdrom.c linux_fdio.c
linux_file.c linux_hdio.c linux_misc.c
linux_socket.c linux_termios.c
sys/compat/ossaudio: ossaudio.c
sys/crypto : cryptodev.c
sys/dev : diskmap.c systrace.c
sys/kern : exec_script.c kern_descrip.c kern_event.c
kern_exec.c sys_generic.c sys_pipe.c tty_pty.c
uipc_socket.c uipc_syscalls.c vfs_syscalls.c
sys/nfs : nfs_syscalls.c
sys/sys : file.h
sys/uvm : uvm_mmap.c
Log message:
Add struct proc * argument to FRELE() and FILE_SET_MATURE() in
anticipation of further changes to closef(). No binary change.
ok krw@ miod@ deraadt@