util/spkmodem-recv: remove errno define

may break on modern systems (macro)

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-12 18:45:32 +00:00
parent 9375ecc6a4
commit 594a5a02cd
-4
View File
@@ -104,10 +104,6 @@ extern int optind;
extern int opterr;
extern int optopt;
#ifndef errno
extern int errno;
#endif
int
main(int argc, char **argv)
{