Module Name: src
Committed By: riastradh
Date: Sat Apr 22 14:23:50 UTC 2023
Modified Files:
src/sys/kern: sys_descrip.c
Log Message:
fcntl(2), flock(2): Unify error branches.
Let's make this a bit less error-prone by having everything converge
in the same place instead of multiple returns in different contexts.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/kern/sys_descrip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.