]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2freefrag: don't use linux/fsmap.h when fsmap_sizeof() is missing
authorEric Biggers <ebiggers@google.com>
Wed, 22 Mar 2023 03:29:44 +0000 (20:29 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 30 May 2023 19:56:38 +0000 (15:56 -0400)
commit5598a968f3ee2ba5a8a6b988343905a2831f963c
tree8bb58fee0aa1350e1d3432e4c573ab79a12241fb
parentc8ae60988c1240a7305dd6fe1dabda30da74ffc5
e2freefrag: don't use linux/fsmap.h when fsmap_sizeof() is missing

Work around an issue with the Android NDK where its copy of
linux/fsmap.h is missing the inline functions fsmap_sizeof() and
fsmap_advance().  This was causing an error when building e2fsprogs
using the Android NDK, using the autotools-based build system.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.ac
lib/config.h.in
misc/e2freefrag.c