Remove the internal F_FLOCK flag. Either F_POSIX or F_FLOCK must be set,
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 7 May 2006 19:17:18 +0000 (19:17 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 7 May 2006 19:17:18 +0000 (19:17 +0000)
commit71c18fe3643600b8ea4042192321c0109fd4d1cd
tree3a3d6996fccd36ddec60c1388413c326803358c2
parentccc65d15981eda4771db87b306a09131dd4a4a4a
Remove the internal F_FLOCK flag.  Either F_POSIX or F_FLOCK must be set,
so just use F_POSIX to indicate whether its a posix style lock or an flock
style lock.
sys/kern/kern_descrip.c
sys/kern/kern_lockf.c
sys/kern/kern_sig.c
sys/kern/vfs_syscalls.c
sys/sys/fcntl.h
sys/vfs/fifofs/fifo_vnops.c
sys/vfs/specfs/spec_vnops.c