Give non-standard main in a freestanding environment a prototype.
This commit is contained in:
parent
3a03cf9077
commit
11bf7fa606
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user