|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.115.2.1, 2005/12/31 11:14:01 | version 1.115.2.2, 2005/12/31 11:21:51 | ||
|---|---|---|---|
|
|
||
| vaddr_t lva, va; | vaddr_t lva, va; | ||
| int npgs, i, error; | int npgs, i, error; | ||
| if (VM_MAP_IS_KERNEL(&uio->uio_vmspace->vm_map)) | if (VMSPACE_IS_KERNEL(&uio->uio_vmspace->vm_map)) | ||
| return (0); | return (0); | ||
| if (iov->iov_len < (size_t) space) | if (iov->iov_len < (size_t) space) |