CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/10/24 11:49:19
Modified files:
sys/lib/libsa : loadfile.c stand.h stat.c
sys/stand/boot : boot.c cmd.c
sys/arch/amd64/stand/efi32: exec_i386.c
sys/arch/amd64/stand/efi64: exec_i386.c
sys/arch/amd64/stand/efiboot: exec_i386.c
sys/arch/amd64/stand/libsa: exec_i386.c
sys/arch/i386/stand/libsa: exec_i386.c
sys/arch/landisk/stand/xxboot: boot1.c
sys/arch/sparc64/stand/ofwboot: boot.c
Log message:
#define open O_* flags in libsa/stand.h, so that bootblocks can use
O_RDONLY rather using 0
ok beck