diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-29 08:37:32 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-29 08:37:32 +0100 |
| commit | 45edcf33f7d4b2f405c0f59fccc71b6ac15f5c65 (patch) | |
| tree | 8265896bd03c180d40e08549ad69f7eaf7ff4c7e /util/libreboot-utils/lottery.c | |
| parent | 6e4839d3566bbabd30d0d15b4edb820d4d4b042f (diff) | |
lbutils: rename mkrbuf to rmalloc
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/lottery.c')
| -rw-r--r-- | util/libreboot-utils/lottery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/lottery.c b/util/libreboot-utils/lottery.c index 0b3719a4..87637123 100644 --- a/util/libreboot-utils/lottery.c +++ b/util/libreboot-utils/lottery.c @@ -27,7 +27,7 @@ main(int argc, char **argv) /* https://man.openbsd.org/pledge.2 */ xpledgex("stdio", NULL); - buf = mkrbuf(BUFSIZ); + buf = rmalloc(BUFSIZ); if (!memcmp(buf, buf + (BUFSIZ >> 1), BUFSIZ >> 1)) same = 1; |
