diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-10 06:43:13 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-10 06:43:13 +0000 |
| commit | 0a55f286c1cd495bc2b117461c6f8f3fad5f70a7 (patch) | |
| tree | eced3c739e9f23ef052a29530a97be005ce46324 /util | |
| parent | 0f035e208e267fd9744567c115ea043f3d18a1da (diff) | |
util/nvmutil: rename badly named off_t assert
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
