diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-10 12:13:50 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-10 12:13:50 +0000 |
commit | da0925a2447e3b1ffedb2aedd8eb0f96659af9df (patch) | |
tree | ecb6bfb3b853087b8e684ec46e701d3aa7157d78 /sys/arch/luna88k | |
parent | 249192daa01d83a62e2f5c55256d9c88a567cfc7 (diff) |
boot(): Unify declarations
OK deraadt@
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r-- | sys/arch/luna88k/luna88k/machdep.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/luna88k/luna88k/machdep.c b/sys/arch/luna88k/luna88k/machdep.c index 2ac7ef379bd..cc1b9085671 100644 --- a/sys/arch/luna88k/luna88k/machdep.c +++ b/sys/arch/luna88k/luna88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.100 2014/05/31 15:49:28 mpi Exp $ */ +/* $OpenBSD: machdep.c,v 1.101 2014/07/10 12:13:49 uebayasi Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -466,8 +466,7 @@ cpu_startup() } __dead void -boot(howto) - int howto; +boot(int howto) { struct device *mainbus; |