|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.209.2.1, 2012/07/12 17:11:17 | version 1.209.2.2, 2013/02/14 22:13:59 | ||
|---|---|---|---|
|
|
||
| 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; | ||
| } | } |