|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.17, 1994/10/30 21:48:07 | version 1.18, 1995/04/22 19:43:04 | ||
|---|---|---|---|
|
|
||
| return (error); | return (error); | ||
| } | } | ||
| #ifdef COMPAT_SUNOS | #ifdef COMPAT_SUNOS | ||
| if (p->p_emul == EMUL_SUNOS && type == SOCK_DGRAM) | { | ||
| so->so_options |= SO_BROADCAST; | extern struct emul emul_sunos; | ||
| if (p->p_emul == &emul_sunos && type == SOCK_DGRAM) | |||
| so->so_options |= SO_BROADCAST; | |||
| } | |||
| #endif | #endif | ||
| *aso = so; | *aso = so; | ||
| return (0); | return (0); |