Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/installboot/arch add missing prototype for static f...



details:   https://anonhg.NetBSD.org/src/rev/6b954e111dbd
branches:  trunk
changeset: 526983:6b954e111dbd
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed May 15 09:58:19 2002 +0000

description:
add missing prototype for static function

diffstat:

 usr.sbin/installboot/arch/sparc.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r a8ce743fa883 -r 6b954e111dbd usr.sbin/installboot/arch/sparc.c
--- a/usr.sbin/installboot/arch/sparc.c Wed May 15 09:56:59 2002 +0000
+++ b/usr.sbin/installboot/arch/sparc.c Wed May 15 09:58:19 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sparc.c,v 1.5 2002/05/15 09:44:55 lukem Exp $ */
+/*     $NetBSD: sparc.c,v 1.6 2002/05/15 09:58:19 lukem Exp $ */
 
 /*-
  * Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: sparc.c,v 1.5 2002/05/15 09:44:55 lukem Exp $");
+__RCSID("$NetBSD: sparc.c,v 1.6 2002/05/15 09:58:19 lukem Exp $");
 #endif /* !__lint */
 
 #if HAVE_CONFIG_H
@@ -66,6 +66,9 @@
        0,
 };
 
+static int sparc_frobheader(ib_params *, struct bbinfo_params *, char *);
+
+
 int
 sparc_clearboot(ib_params *params)
 {



Home | Main Index | Thread Index | Old Index