CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2020/05/25 09:49:42
Modified files: sys/arch/alpha/stand/boot: boot.c sys/arch/luna88k/stand/boot: boot.c sys/arch/sgi/stand/boot: boot.c sys/arch/sparc64/stand/ofwboot: boot.c sys/stand/boot : boot.c bootarg.h Log message: make loadrandom() return 0 for success, -1 for failure. While here, relax the fstat() check because the system will have left the file in the right mode. ok visa kettenis