summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2000-03-25 16:24:57 +0000
committeroster <oster@NetBSD.org>2000-03-25 16:24:57 +0000
commitd9da26f9987373ab8155682cf3db7918dcc2c6a4 (patch)
tree248e02fa2dcc40035d96c62178f7b770b5ec264b /sys/dev/raidframe
parent9100212ef06f3c1b44ffd9242819e4a66e051332 (diff)
Nuke a function prototype that shouldn't be here.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_disks.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_disks.c b/sys/dev/raidframe/rf_disks.c
index ec06653f1ba..38e5f571e4b 100644
--- a/sys/dev/raidframe/rf_disks.c
+++ b/sys/dev/raidframe/rf_disks.c
@@ -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 @@ rf_CheckLabels( raidPtr, cfgPtr )
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;