Fix a bug in the last commit where sendfile() would forget to drop a file
authorDavid P. Reese, Jr. <daver@dragonflybsd.org>
Wed, 8 Oct 2003 03:21:26 +0000 (03:21 +0000)
committerDavid P. Reese, Jr. <daver@dragonflybsd.org>
Wed, 8 Oct 2003 03:21:26 +0000 (03:21 +0000)
commitf084649039af176d07abfd89c057eeca3a7abeb0
treee7711bec220be817e59d020be8d534e092ca1271
parent75a872f8ed371753ba566e42103f22a16b8d4097
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.
sys/kern/uipc_syscalls.c