Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/e2fsprogs/old_e2fsprogs/ext2fs/closefs.c

    r1765 r2725  
    207207    errcode_t   retval;
    208208    unsigned long   fs_state;
    209     struct ext2_super_block *super_shadow = 0;
    210     struct ext2_group_desc *group_shadow = 0;
     209    struct ext2_super_block *super_shadow = NULL;
     210    struct ext2_group_desc *group_shadow = NULL;
    211211    char    *group_ptr;
    212212    int old_desc_blocks;
     
    379379    return 0;
    380380}
    381 
Note: See TracChangeset for help on using the changeset viewer.