From 2ed8db3adc19dd922e31082634146e159f65af2e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 18 Mar 2026 19:30:32 +0000 Subject: 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 --- util/nvmutil/lib/num.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'util/nvmutil/lib/num.c') 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) -- cgit v1.2.1