mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 04:22:15 +02:00
util/nvmutil: tidied up a comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -34,8 +34,11 @@
|
|||||||
/*
|
/*
|
||||||
* The BSD versions that could realistically build
|
* The BSD versions that could realistically build
|
||||||
* nvmutil almost certainly have arc4random (first
|
* nvmutil almost certainly have arc4random (first
|
||||||
* introduced in 1990s or early 2000s in most of
|
* introduced in 1990s to early 2000s).
|
||||||
* them - you can just patch as needed, on old BSD.
|
*
|
||||||
|
* If you want it on another platform, e.g. Linux,
|
||||||
|
* just patch this accordingly. Or patch it to remove
|
||||||
|
* arc4random on old/weird Unix systems.
|
||||||
*/
|
*/
|
||||||
#if defined(__OpenBSD__) || defined(__FreeBSD__) || \
|
#if defined(__OpenBSD__) || defined(__FreeBSD__) || \
|
||||||
defined(__NetBSD__) || defined(__APPLE__) || \
|
defined(__NetBSD__) || defined(__APPLE__) || \
|
||||||
|
|||||||
Reference in New Issue
Block a user