Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/archival/dpkg_deb.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 28  int dpkg_deb_main(int argc, char **argv) Line 28  int dpkg_deb_main(int argc, char **argv)
28    
29   /* Setup an ar archive handle that refers to the gzip sub archive */   /* Setup an ar archive handle that refers to the gzip sub archive */
30   ar_archive = init_handle();   ar_archive = init_handle();
31   ar_archive->sub_archive = tar_archive;   ar_archive->dpkg__sub_archive = tar_archive;
32   ar_archive->filter = filter_accept_list_reassign;   ar_archive->filter = filter_accept_list_reassign;
33    
34  #if ENABLE_FEATURE_SEAMLESS_GZ  #if ENABLE_FEATURE_SEAMLESS_GZ

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