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 function prototypes for previously nu...



details:   https://anonhg.NetBSD.org/src/rev/388bde074251
branches:  trunk
changeset: 534791:388bde074251
user:      oster <oster%NetBSD.org@localhost>
date:      Sat Aug 03 01:07:53 2002 +0000

description:
Nuke function prototypes for previously nuked functions.

diffstat:

 sys/dev/raidframe/rf_map.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 91d86d2579c2 -r 388bde074251 sys/dev/raidframe/rf_map.h
--- a/sys/dev/raidframe/rf_map.h        Sat Aug 03 01:06:48 2002 +0000
+++ b/sys/dev/raidframe/rf_map.h        Sat Aug 03 01:07:53 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_map.h,v 1.4 2001/10/04 15:58:54 oster Exp $ */
+/*     $NetBSD: rf_map.h,v 1.5 2002/08/03 01:07:53 oster Exp $ */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -46,10 +46,6 @@
 rf_MarkFailuresInASMList(RF_Raid_t * raidPtr,
     RF_AccessStripeMapHeader_t * asm_h);
 
-RF_AccessStripeMap_t *rf_DuplicateASM(RF_AccessStripeMap_t * asmap);
-
-RF_PhysDiskAddr_t *rf_DuplicatePDA(RF_PhysDiskAddr_t * pda);
-
 int     rf_ConfigureMapModule(RF_ShutdownList_t ** listp);
 
 RF_AccessStripeMapHeader_t *rf_AllocAccessStripeMapHeader(void);



Home | Main Index | Thread Index | Old Index