ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.131 by root, Wed Jan 4 20:43:38 2006 UTC vs.
Revision 1.132 by root, Fri Jan 6 02:11:15 2006 UTC

1402#if ENABLE_FRILLS 1402#if ENABLE_FRILLS
1403 if (rs[Rs_pty_fd]) 1403 if (rs[Rs_pty_fd])
1404 { 1404 {
1405 pty.pty = atoi (rs[Rs_pty_fd]); 1405 pty.pty = atoi (rs[Rs_pty_fd]);
1406 1406
1407 if (pty.pty >= 0)
1408 {
1407 if (getfd_hook) 1409 if (getfd_hook)
1408 pty.pty = (*getfd_hook) (pty.pty); 1410 pty.pty = (*getfd_hook) (pty.pty);
1409 1411
1410 if (pty.pty < 0 || fcntl (pty.pty, F_SETFL, O_NONBLOCK)) 1412 if (pty.pty < 0 || fcntl (pty.pty, F_SETFL, O_NONBLOCK))
1411 rxvt_fatal ("unusable pty-fd filehandle, aborting.\n"); 1413 rxvt_fatal ("unusable pty-fd filehandle, aborting.\n");
1414 }
1412 } 1415 }
1413 else 1416 else
1414#endif 1417#endif
1415 if (!pty.get ()) 1418 if (!pty.get ())
1416 rxvt_fatal ("can't initialize pseudo-tty, aborting.\n"); 1419 rxvt_fatal ("can't initialize pseudo-tty, aborting.\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines