From af1a219e40b198e5b61d5b294826dee4a8eb6ee7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 12 Mar 2026 13:54:04 +0000 Subject: util/nvmutil: remove errno extern may break modern systems. and all old systems that i care about will handle errno just fine. Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util/nvmutil') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 1dd59aca..8bb42bf5 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -431,10 +431,6 @@ static const struct commands command[] = { */ static size_t cmd_index = CMD_NULL; -#ifndef errno -extern int errno; -#endif - typedef char assert_argc3[(ARGC_3==3)?1:-1]; typedef char assert_argc4[(ARGC_4==4)?1:-1]; -- cgit v1.2.1