|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.212, 2012/10/08 19:20:45 | version 1.213, 2013/02/14 21:57:58 | ||
|---|---|---|---|
|
|
||
| fp->f_data = so; | fp->f_data = so; | ||
| fd_affix(curproc, fp, fd); | fd_affix(curproc, fp, fd); | ||
| *fdout = fd; | *fdout = fd; | ||
| if (flags & SOCK_NONBLOCK) | |||
| so->so_state |= SS_NBIO; | |||
| } | } | ||
| return error; | return error; | ||
| } | } |