Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe rf_GetNextReconEvent() is already prototyp...



details:   https://anonhg.NetBSD.org/src/rev/003566f58200
branches:  trunk
changeset: 480226:003566f58200
user:      oster <oster%NetBSD.org@localhost>
date:      Fri Jan 07 03:56:14 2000 +0000

description:
rf_GetNextReconEvent() is already prototyped in rf_revent.h.
minor cleanup

diffstat:

 sys/dev/raidframe/rf_revent.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r ef25db406129 -r 003566f58200 sys/dev/raidframe/rf_revent.c
--- a/sys/dev/raidframe/rf_revent.c     Fri Jan 07 03:52:23 2000 +0000
+++ b/sys/dev/raidframe/rf_revent.c     Fri Jan 07 03:56:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_revent.c,v 1.5 1999/08/13 03:26:55 oster Exp $      */
+/*     $NetBSD: rf_revent.c,v 1.6 2000/01/07 03:56:14 oster Exp $      */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -60,12 +60,8 @@
 static RF_ReconEvent_t *
 GetReconEventDesc(RF_RowCol_t row, RF_RowCol_t col,
     void *arg, RF_Revent_t type);
-RF_ReconEvent_t *
-rf_GetNextReconEvent(RF_RaidReconDesc_t *,
-    RF_RowCol_t, void (*continueFunc) (void *),
-    void *);
 
-       static void rf_ShutdownReconEvent(ignored)
+static void rf_ShutdownReconEvent(ignored)
        void   *ignored;
 {
        RF_FREELIST_DESTROY(rf_revent_freelist, next, (RF_ReconEvent_t *));



Home | Main Index | Thread Index | Old Index