daver 2003/10/07 20:21:26 PDT
Modified files:
sys/kern uipc_syscalls.c
Log:
Fix a bug in the last commit where sendfile() would forget to drop a file
pointer if the file wasn't of type DTYPE_VNODE.
Revision Changes Path
1.19 +3 -4 src/sys/kern/uipc_syscalls.c