Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/archival/cpio.c

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

revision 985 by niro, Sun May 30 11:32:42 2010 UTC revision 986 by niro, Sun May 30 11:40:11 2010 UTC
# Line 424  int cpio_main(int argc UNUSED_PARAM, cha Line 424  int cpio_main(int argc UNUSED_PARAM, cha
424   if (archive_handle->cpio__blocks != (off_t)-1   if (archive_handle->cpio__blocks != (off_t)-1
425   && !(opt & CPIO_OPT_QUIET)   && !(opt & CPIO_OPT_QUIET)
426   ) {   ) {
427   printf("%"OFF_FMT"u blocks\n", archive_handle->cpio__blocks);   fprintf(stderr, "%"OFF_FMT"u blocks\n", archive_handle->cpio__blocks);
428   }   }
429    
430   return EXIT_SUCCESS;   return EXIT_SUCCESS;

Legend:
Removed from v.985  
changed lines
  Added in v.986