Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/stand/bootxx remove redundant (and wrong) m...



details:   https://anonhg.NetBSD.org/src/rev/bc6657cee45b
branches:  trunk
changeset: 526548:bc6657cee45b
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun May 05 20:11:37 2002 +0000

description:
remove redundant (and wrong) main() prototype

diffstat:

 sys/arch/mvme68k/stand/bootxx/bootxx.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a79270bd749d -r bc6657cee45b sys/arch/mvme68k/stand/bootxx/bootxx.c
--- a/sys/arch/mvme68k/stand/bootxx/bootxx.c    Sun May 05 20:00:51 2002 +0000
+++ b/sys/arch/mvme68k/stand/bootxx/bootxx.c    Sun May 05 20:11:37 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootxx.c,v 1.7 2002/05/04 22:05:29 scw Exp $ */
+/*     $NetBSD: bootxx.c,v 1.8 2002/05/05 20:11:37 jdolecek Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -57,7 +57,6 @@
 #include "bootxx.h"
 
 int copyboot __P((struct open_file *, u_long *));
-void main __P((void));
 
 /*
  * Boot device is derived from ROM provided information.



Home | Main Index | Thread Index | Old Index