diff options
Diffstat (limited to 'sys/arch/sparc/stand/boot/boot.c')
-rw-r--r-- | sys/arch/sparc/stand/boot/boot.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sparc/stand/boot/boot.c b/sys/arch/sparc/stand/boot/boot.c index c760ecd42cb..078ae4a9e35 100644 --- a/sys/arch/sparc/stand/boot/boot.c +++ b/sys/arch/sparc/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.5 2003/06/02 23:27:55 millert Exp $ */ +/* $OpenBSD: boot.c,v 1.6 2003/08/14 17:13:57 deraadt Exp $ */ /* $NetBSD: boot.c,v 1.2 1997/09/14 19:27:21 pk Exp $ */ /*- @@ -56,8 +56,7 @@ char fbuf[80], dbuf[128]; typedef void (*entry_t)(caddr_t, int, int, int, long, long); int loadfile(int, vaddr_t *); - -main() +main(int argc, char *argv[]) { int io; char *file; |