Whamcloud - gitweb
AOSP: Fix "Can't use getmntent or getmntinfo to check for mounted filesystems!" warning.
authorElliott Hughes <enh@google.com>
Mon, 5 Dec 2016 21:29:49 +0000 (13:29 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 24 May 2017 02:29:18 +0000 (22:29 -0400)
commite2ddfccfb6f2ffd2bdd62f55de1b5f16fc936288
tree392604f79410db9518c4b0213ed97cff054e95f0
parentdb6f320912cfde97be9bf108997db1e85e323de7
AOSP: Fix "Can't use getmntent or getmntinfo to check for mounted filesystems!" warning.

We do have <mntent.h> and setmntent(3).

Also silence unused parameter warnings; C programmers don't care, so
upstream is unlikely to fix that.

Bug: N/A
Test: builds
Change-Id: I57db0cca68a617913e21c2ef7b6613cd1183d7c5
From AOSP commit: d5947f70714e6676bca2663af210bfb9f6118e83

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/Android.mk
util/android_config.h