Whamcloud - gitweb
AOSP: ext2simg: use bool where appropriate
authorEric Biggers <ebiggers@google.com>
Thu, 23 Mar 2023 00:44:21 +0000 (00:44 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 May 2024 16:57:14 +0000 (12:57 -0400)
commit0794e403fa7af9877efbf3cffd0bbe990e8c3671
treec63f7c9cdfe3612d3f05cf83135d39ffdbf1bcc8
parenteb6c137c51dcda142637981413e9a45da81b34e9
AOSP: ext2simg: use bool where appropriate

For the values that get used as the 'bool' parameters of
sparse_file_write(), use 'bool' in ext2simg too.  No change in behavior.

Change-Id: I05f7d6fd3027eb10231c035f9fdc8e946e2c4c90
Signed-off-by: Eric Biggers <ebiggers@google.com>
From AOSP commit: 2728c6e766976acbf442d3721f2d93960e13682e
contrib/android/ext2simg.c