|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.56, 2001/04/13 23:30:10 | version 1.57, 2001/09/17 18:59:29 | ||
|---|---|---|---|
|
|
||
| splx(s); | splx(s); | ||
| error = uiomove(mtod(m, caddr_t) + moff, (int)len, uio); | error = uiomove(mtod(m, caddr_t) + moff, (int)len, uio); | ||
| s = splsoftnet(); | s = splsoftnet(); | ||
| if (error) | |||
| goto release; | |||
| } else | } else | ||
| uio->uio_resid -= len; | uio->uio_resid -= len; | ||
| if (len == m->m_len - moff) { | if (len == m->m_len - moff) { |