| # | Line 10 | Line 10 | static char SCCSid[] = "$SunId$ SGI"; | |
|---|---|---|
| 10 | ||
| 11 | #include "rholo.h" | |
| 12 | #include "random.h" | |
| 13 | + | #include "selcall.h" |
| 14 | #include <signal.h> | |
| 15 | #include <sys/time.h> | |
| 16 | ||
| # | Line 218 | Line 219 | int poll; | |
| 219 | } | |
| 220 | return(pldone); /* return finished packets */ | |
| 221 | eoferr: | |
| 222 | < | error(USER, "unexpected EOF from rtrace process"); |
| 222 | > | error(USER, "rtrace process died"); |
| 223 | } | |
| 224 | ||
| 225 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |