Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/coreutils/sum.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 41  static unsigned sum_file(const char *fil Line 41  static unsigned sum_file(const char *fil
41   if (!bytes_read && !r)   if (!bytes_read && !r)
42   /* no error */   /* no error */
43   break;   break;
44   bb_perror_msg(file);   bb_simple_perror_msg(file);
45   return 0;   return 0;
46   }   }
47    

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