Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/util-linux/minix.h

    r2725 r3621  
    6262    MINIX_BAD_INO           = 2,
    6363
     64#undef  MINIX1_SUPER_MAGIC
    6465    MINIX1_SUPER_MAGIC      = 0x137F,       /* original minix fs */
     66#undef  MINIX1_SUPER_MAGIC2
    6567    MINIX1_SUPER_MAGIC2     = 0x138F,       /* minix fs, 30 char names */
     68/* bionic has this define */
     69#undef  MINIX2_SUPER_MAGIC
    6670    MINIX2_SUPER_MAGIC      = 0x2468,       /* minix V2 fs */
     71#undef  MINIX2_SUPER_MAGIC2
    6772    MINIX2_SUPER_MAGIC2     = 0x2478,       /* minix V2 fs, 30 char names */
    6873    MINIX_VALID_FS          = 0x0001,       /* clean fs */
Note: See TracChangeset for help on using the changeset viewer.