Hi Ted, On Tue 29-03-16 20:48:02, Ted Tso wrote: > Here are some patches that provide some additional compatibility for > quota-tools package. > > No, this isn't quite enough to allow quota-tools to build for > Android/Bionic. These changes are sufficient to allow things to > build, but there are still a few missing functions, most notably a > syscall wrapper for quotactl(2), that are missing and which I'll add > to a compatibility library in xfstests-bld, and/or get upstream into > the Bionic libc at some point, if I can. > > I think these changes are generally useful, though. For example, with > glibc on x86, if you try to do a build after configuring with > --enable-rpc=no, the result is a huge number of build failures. This > patch series will fix things so we can compile without rpc support. Thanks for the fixes! I have merged them all. I had to slightly fix nl_langinfo() checking so that HAVE_NL_LANGINFO is really defined in case we have nl_langinfo() but it was easy enough. I have also added explicit includes of stdlib.h into some files as otherwise compilation without RPC emitted some warnings. Honza -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html