Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/archival/libunarchive/header_verbose_list.c

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

revision 984 by niro, Sun May 30 11:32:42 2010 UTC revision 1123 by niro, Wed Aug 18 21:56:57 2010 UTC
# Line 61  void FAST_FUNC header_verbose_list(const Line 61  void FAST_FUNC header_verbose_list(const
61    
62  #endif /* FEATURE_TAR_UNAME_GNAME */  #endif /* FEATURE_TAR_UNAME_GNAME */
63    
64     /* NB: GNU tar shows "->" for symlinks and "link to" for hardlinks */
65   if (file_header->link_target) {   if (file_header->link_target) {
66   printf(" -> %s", file_header->link_target);   printf(" -> %s", file_header->link_target);
67   }   }

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