]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
include: stop using SIZEOF_LONG
authorChristoph Hellwig <hch@lst.de>
Thu, 15 Feb 2024 06:54:02 +0000 (07:54 +0100)
committerCarlos Maiolino <cem@kernel.org>
Wed, 13 Mar 2024 07:48:37 +0000 (08:48 +0100)
commit4b641cc085f6da992eb0f26f5875c8786933e5c4
tree5060e5a207f8f189d6b8ee0b8f7725809d9d5a3c
parentc7820bbb424250305be1841fa98be1861b44e117
include: stop using SIZEOF_LONG

SIZEOF_LONG together with the unused SIZEOF_CHAR_P is the last thing that
really needs a generated configuration header.  Switch to just using
sizeof(long) so that we can stop generating platform_defs.h.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
configure.ac
include/platform_defs.h.in