]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
lib/ext2fs: don't warn about lack of getmntent on Windows
authorEric Biggers <ebiggers@google.com>
Sat, 28 Jan 2023 22:46:50 +0000 (14:46 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 30 Jan 2023 05:03:16 +0000 (00:03 -0500)
commitcb588deaaeefb63b7046f52e7563a007e7a054a6
treeba26f9fb9433aff3a984f512d457bbf559c045d0
parent3282029c914fd010e4eada587ad819f2f85f1334
lib/ext2fs: don't warn about lack of getmntent on Windows

It is expected that Windows doesn't have getmntent(), so don't warn
about it.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/Android.bp
lib/ext2fs/ismounted.c