commit | dd90d9eda4ed1537eeb554d422dffe87ca69cf07 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Wed May 02 11:28:27 2018 +0800 |
committer | Logan Chien <loganchien@google.com> | Wed May 02 11:56:37 2018 +0800 |
tree | 138122e17ce7b64dd69cce5899f626f133293787 | |
parent | e6f46d0e5cb59b0f8b2fe1bf5083a6c7e5981cbf [diff] |
Use stdint.h instead This commit replaces `u_int32_t`, `u64`, and `u_int64_t` with `uint32_t` and `uint64_t` defined in C99 <stdint.h>. Test: cd system/extras/f2fs_utils && mma Change-Id: I56fd994d94103b3bc416543fbb6fad8b77c503f4