On Mon, Jan 22, 2018 at 03:57:13PM +0000, Rostislav Skudnov wrote: > Integer types such as __uint32_t are non-standard and not supported by > some C libraries such as musl. This commit replaces them with standard > types such as uint32_t and includes stdint.h header where necessary. > > The following command was used to do the changing of types: > sed -r -i 's/__(u?int[0-9]{2}_t)/\1/g' src/*.c ltp/*.c Looks good nad matches what we've done to the kernel and xfsprogs: Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html