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/util-linux/minix.h

    r1765 r2725  
    3232
    3333/*
    34  * minix super-block data on disk
     34 * minix superblock data on disk
    3535 */
    36 struct minix_super_block {
     36struct minix_superblock {
    3737    uint16_t s_ninodes;
    3838    uint16_t s_nzones;
     
    4949struct minix_dir_entry {
    5050    uint16_t inode;
    51     char name[0];
     51    char name[];
    5252};
    5353
Note: See TracChangeset for help on using the changeset viewer.