mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +02:00
util/nvmutil: set part_modified to a uint8_t
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -131,7 +131,7 @@ static int rfd = -1;
|
|||||||
static int gbe_fd = -1;
|
static int gbe_fd = -1;
|
||||||
static size_t part;
|
static size_t part;
|
||||||
static uint8_t invert;
|
static uint8_t invert;
|
||||||
static unsigned char part_modified[2];
|
static uint8_t part_modified[2];
|
||||||
|
|
||||||
static const char *mac_str = NULL;
|
static const char *mac_str = NULL;
|
||||||
static const char rmac[] = "xx:xx:xx:xx:xx:xx";
|
static const char rmac[] = "xx:xx:xx:xx:xx:xx";
|
||||||
|
|||||||
Reference in New Issue
Block a user