Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe Nuke a function prototype that shouldn't b...



details:   https://anonhg.NetBSD.org/src/rev/84e2e2d84d55
branches:  trunk
changeset: 484098:84e2e2d84d55
user:      oster <oster%NetBSD.org@localhost>
date:      Sat Mar 25 16:24:57 2000 +0000

description:
Nuke a function prototype that shouldn't be here.

diffstat:

 sys/dev/raidframe/rf_disks.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f282c3c4bab4 -r 84e2e2d84d55 sys/dev/raidframe/rf_disks.c
--- a/sys/dev/raidframe/rf_disks.c      Sat Mar 25 15:27:54 2000 +0000
+++ b/sys/dev/raidframe/rf_disks.c      Sat Mar 25 16:24:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_disks.c,v 1.23 2000/03/07 02:28:05 oster Exp $      */
+/*     $NetBSD: rf_disks.c,v 1.24 2000/03/25 16:24:57 oster Exp $      */
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -963,7 +963,6 @@
        return(fatal_error);    
 }
 
-int rf_add_hot_spare(RF_Raid_t *, RF_SingleComponent_t *);
 int
 rf_add_hot_spare(raidPtr, sparePtr)
        RF_Raid_t *raidPtr;



Home | Main Index | Thread Index | Old Index