Merge \\\\"fs_mgr: Track the bootloader_message struct change.\\\\" am: 4d34653720 am: 6f110854ce am: e96a44e26c

am: df4a278398

Change-Id: I6b3ef062e5fa2513b5bd101a2aa7c9442dbdfab3
This commit is contained in:
Tao Bao 2016-06-14 16:32:24 +00:00 committed by android-build-merger
commit 6a85f9bc36

View file

@ -41,7 +41,7 @@ static int get_active_slot_suffix_from_misc(struct fstab *fstab,
int n;
int misc_fd;
ssize_t num_read;
struct bootloader_message msg;
struct bootloader_message_ab msg;
misc_fd = -1;
for (n = 0; n < fstab->num_entries; n++) {