#define open O_* flags in libsa/stand.h, so that bootblocks can use
authorderaadt <deraadt@openbsd.org>
Sun, 24 Oct 2021 17:49:19 +0000 (17:49 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 24 Oct 2021 17:49:19 +0000 (17:49 +0000)
commitd6da11dc4d028c848902d2d6d503c6f9930f7d77
treeabecb79ffb74cf1e413b18f67a7c3f066671adfb
parentc47f63a5738d0933b5ba299d928512cc7ae7bb55
#define open O_* flags in libsa/stand.h, so that bootblocks can use
O_RDONLY rather using 0
ok beck
12 files changed:
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
sys/lib/libsa/loadfile.c
sys/lib/libsa/stand.h
sys/lib/libsa/stat.c
sys/stand/boot/boot.c
sys/stand/boot/cmd.c