git: libefivar(3): Fix build by using uuid_dec_le() from libc
Aaron LI
aly at crater.dragonflybsd.org
Thu May 15 20:44:33 PDT 2025
commit 1de074ab63177fef2205996d85e45536042d8891
Author: Aaron LI <aly at aaronly.me>
Date: Mon May 12 20:35:51 2025 +0800
libefivar(3): Fix build by using uuid_dec_le() from libc
It was using le_uuid_dec() from source of gpt(8). As a result, this
library no longer depends on the 'gpt.c' file from gpt(8).
While there, fix a typo in comment (taken from FreeBSD).
Summary of changes:
lib/libefivar/Makefile | 6 +++---
lib/libefivar/efivar-dp-xlate.c | 7 ++++---
2 files changed, 7 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1de074ab63177fef2205996d85e45536042d8891
--
DragonFly BSD source repository
More information about the Commits
mailing list