Darwin support.
This commit is contained in:
parent
c22d8e6552
commit
75024f0f3d
3 changed files with 137 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ rcstart(int argc, char **argv, int *pfd)
|
|||
*/
|
||||
fd[0] = fd[1] = -1;
|
||||
if(getpts(fd, slave) < 0)
|
||||
fprint(2, "getpts: %r\n");
|
||||
sysfatal("getpts: %r\n");
|
||||
|
||||
|
||||
switch(pid = fork()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue