Module Name: src Committed By: gutteridge Date: Thu Oct 31 01:21:12 UTC 2024
Modified Files: src/sys/arch/hppa/stand/mkboot: mkboot.c Log Message: mkboot.c: ensure all functions are declared Addresses build failure issue on current Linux distros that have a GCC with implicit-function-declaration baked in as an error. Use be32toh(3) instead of ntohl(3), seems to make more sense stylistically. Build tested on Fedora 40. Issue reported by Jan-Benedict Glaw. Also relevant to PR lib/58674. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/stand/mkboot/mkboot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.