| # | Line 121 | Line 121 | char *dname; | |
|---|---|---|
| 121 | error(USER, errmsg); | |
| 122 | } else | |
| 123 | return; | |
| 124 | – | #ifndef RHAS_FORK_EXEC /* XXX otherwise we do nothing? */ |
| 124 | /* not there, try exec */ | |
| 125 | if ((dev = comm_init(dname, id)) == NULL) { | |
| 126 | sprintf(errmsg, "cannot start device \"%s\"", dname); | |
| 127 | error(USER, errmsg); | |
| 128 | } | |
| 130 | – | #endif |
| 129 | } | |
| 130 | ||
| 131 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |