Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvmeppc/stand/boot Give non-standard main in a free...



details:   https://anonhg.NetBSD.org/src/rev/1502ee5fc76e
branches:  trunk
changeset: 331254:1502ee5fc76e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Aug 06 13:55:08 2014 +0000

description:
Give non-standard main in a freestanding environment a prototype.

diffstat:

 sys/arch/mvmeppc/stand/boot/boot.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1cccd910ddd9 -r 1502ee5fc76e sys/arch/mvmeppc/stand/boot/boot.c
--- a/sys/arch/mvmeppc/stand/boot/boot.c        Wed Aug 06 13:54:40 2014 +0000
+++ b/sys/arch/mvmeppc/stand/boot/boot.c        Wed Aug 06 13:55:08 2014 +0000
@@ -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 @@
 
 static u_int32_t ioctrl2cflag(u_int32_t);
 
+void main(void);
+
 void
 main(void)
 {



Home | Main Index | Thread Index | Old Index