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.223 by ayin, Mon Nov 26 10:33:36 2007 UTC vs.
Revision 1.224 by ayin, Mon Nov 26 11:20:16 2007 UTC

1413rxvt_term::run_child (const char *const *argv) 1413rxvt_term::run_child (const char *const *argv)
1414{ 1414{
1415 char *login; 1415 char *login;
1416 1416
1417 if (option (Opt_console)) 1417 if (option (Opt_console))
1418 {
1418 { /* be virtual console, fail silently */ 1419 /* be virtual console, fail silently */
1419#ifdef TIOCCONS 1420#ifdef TIOCCONS
1420 unsigned int on = 1; 1421 unsigned int on = 1;
1421 1422
1422 ioctl (STDIN_FILENO, TIOCCONS, &on); 1423 ioctl (STDIN_FILENO, TIOCCONS, &on);
1423#elif defined (SRIOCSREDIR) 1424#elif defined (SRIOCSREDIR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines