Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/shell/cttyhack.c

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

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 73  int cttyhack_main(int argc UNUSED_PARAM, Line 73  int cttyhack_main(int argc UNUSED_PARAM,
73   }   }
74    
75   BB_EXECVP(argv[0], argv);   BB_EXECVP(argv[0], argv);
76   bb_perror_msg_and_die("cannot exec '%s'", argv[0]);   bb_perror_msg_and_die("can't execute '%s'", argv[0]);
77  }  }

Legend:
Removed from v.983  
changed lines
  Added in v.984