diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-18 19:30:32 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:42 +0000 |
| commit | aff629f57169efd53a62496ff5e71d6f61eedbb1 (patch) | |
| tree | f3cac20ca0f2c934dd9841e5c04460f64ea469dc /util/nvmutil/lib/num.c | |
| parent | 3010781df6cd9e1a4b0ed3fb369c225774f49f47 (diff) | |
util/nvmutil: major cleanup
handle init in xstatus()
it's now a singleton design
also tidied up some other code
also removed todo.c. bloat.
will do all those anyway.
too much change. i just kept
touching the code until it
looked good
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/lib/num.c')
| -rw-r--r-- | util/nvmutil/lib/num.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util/nvmutil/lib/num.c b/util/nvmutil/lib/num.c index dd6e9901..374cc9a0 100644 --- a/util/nvmutil/lib/num.c +++ b/util/nvmutil/lib/num.c @@ -45,9 +45,7 @@ hextonum(char ch_s) return 16; /* invalid character */ } -/* - * Portable random - * number generator +/* Random numbers */ unsigned long rlong(void) |
