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 <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-12 13:54:04 +00:00
parent 8269b05a63
commit af1a219e40
-4
View File
@@ -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];