|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.28, 1999/07/27 21:31:17 | version 1.29, 1999/08/05 04:00:04 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| #endif | #endif | ||
| if (pp->pr_nout == pp->pr_hardlimit) { | if (pp->pr_nout == pp->pr_hardlimit) { | ||
| if (flags & PR_WAITOK) { | if ((flags & PR_WAITOK) && !(flags & PR_LIMITFAIL)) { | ||
| /* | /* | ||
| * XXX: A warning isn't logged in this case. Should | * XXX: A warning isn't logged in this case. Should | ||
| * it be? | * it be? |