|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.6.2.2, 1993/11/06 00:07:55 | version 1.6.2.3, 1993/12/10 13:16:44 | ||
|---|---|---|---|
|
|
||
| sofree(so); | sofree(so); | ||
| return (error); | return (error); | ||
| } | } | ||
| #ifdef COMPAT_SUNOS | |||
| if (p->p_emul == EMUL_SUNOS && type == SOCK_DGRAM) | |||
| so->so_options |= SO_BROADCAST; | |||
| #endif | |||
| *aso = so; | *aso = so; | ||
| return (0); | return (0); | ||
| } | } |