Correct a bug in the lockf code. F_NOEND was not being properly set.
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 1 Nov 2007 22:48:16 +0000 (22:48 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 1 Nov 2007 22:48:16 +0000 (22:48 +0000)
commit9b725a1169933d9e70517acf30a402e11685f845
treed1878be76db6fe3ad1444c8298d4c7eddb5b546b
parent620822d2fcb1e297fa0d9e23b010d3b70507b852
Correct a bug in the lockf code.  F_NOEND was not being properly set.
sys/kern/kern_lockf.c