|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.46, 1999/05/15 22:36:34 | version 1.47, 1999/05/15 22:37:22 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| } while (space > 0 && atomic); | } while (space > 0 && atomic); | ||
| #ifdef TEST_FOR_PANIC_UIPC_3_RACE_CONDITION | |||
| { | |||
| extern struct domain unixdomain; | |||
| if (so->so_proto->pr_domain == &unixdomain) | |||
| sleep(&lbolt, PVFS); | |||
| } | |||
| #endif | |||
| s = splsoftnet(); | s = splsoftnet(); | ||
| if (so->so_state & SS_CANTSENDMORE) | if (so->so_state & SS_CANTSENDMORE) |