diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-12 18:45:32 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-12 18:45:32 +0000 |
| commit | 594a5a02cd3b8137689c900a0bdf44fc139f129c (patch) | |
| tree | eb475b9939c9596877d1623af92e86d4bdf6d694 /util | |
| parent | 9375ecc6a4c30627b54850d6524e900f42e152a1 (diff) | |
util/spkmodem-recv: remove errno define
may break on modern systems (macro)
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -rw-r--r-- | util/spkmodem_recv/spkmodem-recv.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/spkmodem_recv/spkmodem-recv.c b/util/spkmodem_recv/spkmodem-recv.c index f0e8db16..6ff8055d 100644 --- a/util/spkmodem_recv/spkmodem-recv.c +++ b/util/spkmodem_recv/spkmodem-recv.c @@ -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) { |
