mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/nvmutil: don't reset rfd on openbsd
it isn't defined there Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -210,7 +210,9 @@ reset_global_state(void)
|
||||
fname = "";
|
||||
cmd = NULL;
|
||||
fd = -1;
|
||||
#ifndef HAVE_ARC4RANDOM
|
||||
rfd = -1;
|
||||
#endif
|
||||
part = 0;
|
||||
|
||||
memset(macbuf, 0, sizeof(macbuf));
|
||||
|
||||
Reference in New Issue
Block a user