From 0a55f286c1cd495bc2b117461c6f8f3fad5f70a7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 10 Mar 2026 06:43:13 +0000 Subject: util/nvmutil: rename badly named off_t assert Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvmutil') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 786ba040..16e02c59 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -63,7 +63,7 @@ typedef char static_assert_twos_complement[ * files that are 128KB in size at a maximum, so we * realistically only need 32-bit at a minimum. */ -typedef char static_assert_off_t_is_64[(sizeof(off_t) >= 4) ? 1 : -1]; +typedef char static_assert_off_t_is_32[(sizeof(off_t) >= 4) ? 1 : -1]; /* * The BSD versions that could realistically build -- cgit v1.2.1