ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/src/ptytty.C
(Generate patch)

Comparing libptytty/src/ptytty.C (file contents):
Revision 1.4 by root, Sat Jan 21 22:08:20 2006 UTC vs.
Revision 1.5 by root, Sat Jan 21 23:35:08 2006 UTC

511 if (pid < 0) 511 if (pid < 0)
512 fatal ("could not create pty/sessiondb helper process, aborting.\n"); 512 fatal ("could not create pty/sessiondb helper process, aborting.\n");
513 513
514 if (pid) 514 if (pid)
515 { 515 {
516 // client, urxvt 516 // client, process
517 sock_fd = sv[0]; 517 sock_fd = sv[0];
518 close (sv[1]); 518 close (sv[1]);
519 fcntl (sock_fd, F_SETFD, FD_CLOEXEC); 519 fcntl (sock_fd, F_SETFD, FD_CLOEXEC);
520 } 520 }
521 else 521 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines