CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/28 07:22:19
Modified files:
sbin/fdisk : cmd.c gpt.c part.c
Log message:
Convert the internal GPT partition entries into host-endian form
on input/initialization and back to little-endian when writing to
disk.
Easier to read the code when letoh*() and uuid_[enc|dec]_*
invocations are minimized.
No intentional functional change.
ok jmatthew@
