Module Name: src
Committed By: joerg
Date: Wed Aug 6 13:55:08 UTC 2014
Modified Files:
src/sys/arch/mvmeppc/stand/boot: boot.c
Log Message:
Give non-standard main in a freestanding environment a prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mvmeppc/stand/boot/boot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mvmeppc/stand/boot/boot.c
diff -u src/sys/arch/mvmeppc/stand/boot/boot.c:1.5 src/sys/arch/mvmeppc/stand/boot/boot.c:1.6
--- src/sys/arch/mvmeppc/stand/boot/boot.c:1.5 Mon Apr 28 20:23:29 2008
+++ src/sys/arch/mvmeppc/stand/boot/boot.c Wed Aug 6 13:55:08 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.5 2008/04/28 20:23:29 martin Exp $ */
+/* $NetBSD: boot.c,v 1.6 2014/08/06 13:55:08 joerg Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -77,6 +77,8 @@ struct mvmeppc_bootinfo bootinfo;
static u_int32_t ioctrl2cflag(u_int32_t);
+void main(void);
+
void
main(void)
{