[BACK]Return to uipc_socket.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/uipc_socket.c between version 1.115.2.3 and 1.116

version 1.115.2.3, 2005/12/31 11:34:26 version 1.116, 2006/03/01 12:38:21
Line 390  sosend_loan(struct socket *so, struct ui
Line 390  sosend_loan(struct socket *so, struct ui
         vaddr_t lva, va;          vaddr_t lva, va;
         int npgs, i, error;          int npgs, i, error;
   
         if (VMSPACE_IS_KERNEL(uio->uio_vmspace))          if (VMSPACE_IS_KERNEL_P(uio->uio_vmspace))
                 return (0);                  return (0);
   
         if (iov->iov_len < (size_t) space)          if (iov->iov_len < (size_t) space)

Legend:
Removed from v.1.115.2.3  
changed lines
  Added in v.1.116

CVSweb <webmaster@jp.NetBSD.org>