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/rw_bitmaps.c

    r1765 r2725  
    150150{
    151151    dgrp_t i;
    152     char *block_bitmap = 0, *inode_bitmap = 0;
     152    char *block_bitmap = NULL, *inode_bitmap = NULL;
    153153    char *buf;
    154154    errcode_t retval;
     
    267267errcode_t ext2fs_read_bitmaps(ext2_filsys fs)
    268268{
    269 
    270269    EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS);
    271270
     
    294293    return 0;
    295294}
    296 
Note: See TracChangeset for help on using the changeset viewer.