Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/util-linux/rdate.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 61  int rdate_main(int argc UNUSED_PARAM, ch Line 61  int rdate_main(int argc UNUSED_PARAM, ch
61   bb_error_msg("current time matches remote time");   bb_error_msg("current time matches remote time");
62   else   else
63   if (stime(&remote_time) < 0)   if (stime(&remote_time) < 0)
64   bb_perror_msg_and_die("cannot set time of day");   bb_perror_msg_and_die("can't set time of day");
65   }   }
66    
67   if ((flags & 1) == 0)   if ((flags & 1) == 0)

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