Remove a now-extraneous right parenthesis, after de-__P'ing.
This commit is contained in:
parent
a8acd82f94
commit
44315eaaa0
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: boot.c,v 1.14 2005/02/06 02:18:03 tsutsui Exp $ */
|
||||
/* $NetBSD: boot.c,v 1.15 2005/02/08 08:36:22 he Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1999 Tsubai Masanari. All rights reserved.
|
||||
|
@ -68,7 +68,7 @@ boot(uint32_t a0, uint32_t a1, uint32_t a2, uint32_t a3, uint32_t a4,
|
|||
u_long marks[MARK_MAX];
|
||||
char devname[32], file[32];
|
||||
void (*entry)(uint32_t, uint32_t, uint32_t, uint32_t, uint32_t,
|
||||
uint32_t));
|
||||
uint32_t);
|
||||
struct btinfo_symtab bi_sym;
|
||||
struct btinfo_bootarg bi_arg;
|
||||
struct btinfo_bootpath bi_bpath;
|
||||
|
|
Loading…
Reference in New Issue