Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/util-linux/volume_id/linux_raid.c

    r2725 r3232  
    7070
    7171//  snprintf(id->type_version, sizeof(id->type_version)-1, "%u.%u.%u",
    72 //       le32_to_cpu(mdp->major_version),
    73 //       le32_to_cpu(mdp->minor_version),
    74 //       le32_to_cpu(mdp->patch_version));
     72//      le32_to_cpu(mdp->major_version),
     73//      le32_to_cpu(mdp->minor_version),
     74//      le32_to_cpu(mdp->patch_version));
    7575
    7676    dbg("found raid signature");
    7777//  volume_id_set_usage(id, VOLUME_ID_RAID);
    78 //  id->type = "linux_raid_member";
     78    IF_FEATURE_BLKID_TYPE(id->type = "linux_raid_member";)
    7979
    8080    return 0;
Note: See TracChangeset for help on using the changeset viewer.