Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/console-tools/openvt.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1122 by niro, Sun May 30 11:32:42 2010 UTC revision 1123 by niro, Wed Aug 18 21:56:57 2010 UTC
# Line 97  static NOINLINE void vfork_child(char ** Line 97  static NOINLINE void vfork_child(char **
97   //bb_error_msg("our pgrp %d", getpgrp());   //bb_error_msg("our pgrp %d", getpgrp());
98   //bb_error_msg("VT's sid %d", tcgetsid(0));   //bb_error_msg("VT's sid %d", tcgetsid(0));
99   //bb_error_msg("VT's pgrp %d", tcgetpgrp(0));   //bb_error_msg("VT's pgrp %d", tcgetpgrp(0));
100   BB_EXECVP(argv[0], argv);   BB_EXECVP_or_die(argv);
  bb_perror_msg_and_die("exec %s", argv[0]);  
101   }   }
102  }  }
103    

Legend:
Removed from v.1122  
changed lines
  Added in v.1123