NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58674 CVS commit: src/sys/arch/hppa/stand/mkboot



The following reply was made to PR lib/58674; it has been noted by GNATS.

From: "David H. Gutteridge" <gutteridge%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58674 CVS commit: src/sys/arch/hppa/stand/mkboot
Date: Thu, 31 Oct 2024 01:21:12 +0000

 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.
 


Home | Main Index | Thread Index | Old Index