am 8d4d6d55: am 70898677: am 5e26221a: Merge "Fix backwards compatible system property structure"

* commit '8d4d6d5536e138260f826f67175fb89b79c41c8c':
  Fix backwards compatible system property structure
This commit is contained in:
Greg Hackmann 2013-12-20 22:51:34 +00:00 committed by Android Git Automerger
commit 218c50fcc3

View File

@ -48,6 +48,7 @@ struct prop_area_compat {
unsigned volatile serial;
unsigned magic;
unsigned version;
unsigned reserved[4];
unsigned toc[1];
};