Subject: CVS commit: src/sys/arch/ofppc/stand/ofwboot
To: None <source-changes@NetBSD.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 07/14/2003 09:46:08
Module Name:	src
Committed By:	aymeric
Date:		Mon Jul 14 09:46:08 UTC 2003

Modified Files:
	src/sys/arch/ofppc/stand/ofwboot: Locore.c boot.c openfirm.h

Log Message:
. ANSIfy a bit more
. use the boot_entry_t type for the entry point

Makes ofwboot compile with -Wmissing-prototypes -Wstrict-prototypes, as
suggested by Chuck Silvers in a private e-mail.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/ofppc/stand/ofwboot/Locore.c
cvs rdiff -r1.13 -r1.14 src/sys/arch/ofppc/stand/ofwboot/boot.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/ofppc/stand/ofwboot/openfirm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.