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

* commit '70898677713a4baee6abfb01d1c49b7169e68de2':
  Fix backwards compatible system property structure
This commit is contained in:
Greg Hackmann 2013-12-20 22:06:11 +00:00 committed by Android Git Automerger
commit 8d4d6d5536

View File

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