Darwin support.

This commit is contained in:
rsc 2004-03-26 00:09:27 +00:00
parent c22d8e6552
commit 75024f0f3d
3 changed files with 137 additions and 2 deletions

View file

@ -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()) {