git: libefivar(3): Remove one obsolete comment from find_slice_efimedia()
Aaron LI
aly at crater.dragonflybsd.org
Wed Feb 18 05:49:13 PST 2026
commit cd817f93938f9f7eb2b46290c4c25f4b95d5dfbd
Author: Aaron LI <aly at aaronly.me>
Date: Wed Sep 3 08:52:55 2025 +0800
libefivar(3): Remove one obsolete comment from find_slice_efimedia()
The slice number is always formatted in decimal, so it's correct and
enough to use base=10 in strtoul() to parse the slice number.
See disk_probe() in 'sys/kern/subr_disk.c'.
Summary of changes:
lib/libefivar/efivar-dp-xlate.c | 1 -
1 file changed, 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cd817f93938f9f7eb2b46290c4c25f4b95d5dfbd
--
DragonFly BSD source repository
More information about the Commits
mailing list