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

    r1765 r2725  
    4040    ext2_ino_t      scratch_ino;
    4141    blk_t           blk;
    42     char            *block = 0;
     42    char            *block = NULL;
    4343
    4444    EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS);
     
    137137    ext2fs_free_mem(&block);
    138138    return retval;
    139 
    140139}
    141 
    142 
Note: See TracChangeset for help on using the changeset viewer.