| # | Line 28 | Line 28 | process( /* process data through pd */ | |
|---|---|---|
| 28 | int nbr, int nbs | |
| 29 | ) | |
| 30 | { | |
| 31 | – | if (nbs > PIPE_BUF) |
| 32 | – | return(-1); |
| 31 | if (!(pd->flags & PF_RUNNING)) | |
| 32 | return(-1); | |
| 33 | if (writebuf(pd->w, sendbuf, nbs) < nbs) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |