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

    r2725 r3232  
    100100//          volume_id_set_label_raw(id, vs->s_fname, 6);
    101101            volume_id_set_label_string(id, vs->s_fname, 6);
    102 //          id->type = "sysv";
     102            IF_FEATURE_BLKID_TYPE(id->type = "sysv");
    103103            goto found;
    104104        }
     
    113113//          volume_id_set_label_raw(id, xs->s_fname, 6);
    114114            volume_id_set_label_string(id, xs->s_fname, 6);
    115 //          id->type = "xenix";
     115            IF_FEATURE_BLKID_TYPE(id->type = "xenix";)
    116116            goto found;
    117117        }
Note: See TracChangeset for help on using the changeset viewer.