Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/archival/libunarchive/header_list.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 7  Line 7 
7    
8  void FAST_FUNC header_list(const file_header_t *file_header)  void FAST_FUNC header_list(const file_header_t *file_header)
9  {  {
10    //TODO: cpio -vp DIR should output "DIR/NAME", not just "NAME" */
11   puts(file_header->name);   puts(file_header->name);
12  }  }

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