CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2025/07/27 14:00:26
Modified files: usr.sbin/installboot: efi_bootmgr.c Log message: Remove htole64() calls on GPT data. GPT is little-endian as are all current OpenBSD architectures using UEFI booting. In the unlikely event that BE architectures using UEFI booting ever materialize this will be one of many things that need attention. Suggested by kettenis@ in response to my original diff.