CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2013/06/04 19:26:00
Modified files: sys/sys : fcntl.h file.h sys/kern : kern_descrip.c vfs_syscalls.c vfs_vnops.c usr.sbin/pstat : pstat.c Log message: Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passing O_* flags and eliminating an XXX comment. ok matthew@ deraadt@