Fix an off-by-one error in fdfree() related to flock/fcntl unlock on
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 17 Jan 2004 21:23:38 +0000 (21:23 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 17 Jan 2004 21:23:38 +0000 (21:23 +0000)
commit1980f849f20c5c79f94312d0ac660d8d9218f145
treeb88cf8252621edf0c7601db45d238372cff06b27
parent67e9bce922fbc5343efee19ed9348bf11b46cd79
Fix an off-by-one error in fdfree() related to flock/fcntl unlock on
process exit.

Originally-from: FreeBSD fd code by DES.
Submitted-by: Skip Ford <skip.ford@verizon.net>
sys/kern/kern_descrip.c