CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/07/06 06:08:23
Modified files:
sys/kern : subr_disk.c
Log message:
Eliminate pointless double uuid endian switching when
matching GPT partition types to filesystems to spoof.
Kills last use of kern_uuid.c's uuid_dec_le() and most if not
all invocations of kern_uuid.c's uuid_dec_be().
