Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe RU_NIL is not used. Remove it.
details: https://anonhg.NetBSD.org/src/rev/da7b708423fa
branches: trunk
changeset: 537760:da7b708423fa
user: oster <oster%NetBSD.org@localhost>
date: Sat Oct 05 16:10:41 2002 +0000
description:
RU_NIL is not used. Remove it.
diffstat:
sys/dev/raidframe/rf_reconmap.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r f0a35a4b590a -r da7b708423fa sys/dev/raidframe/rf_reconmap.c
--- a/sys/dev/raidframe/rf_reconmap.c Sat Oct 05 16:02:38 2002 +0000
+++ b/sys/dev/raidframe/rf_reconmap.c Sat Oct 05 16:10:41 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_reconmap.c,v 1.12 2002/10/04 23:49:35 oster Exp $ */
+/* $NetBSD: rf_reconmap.c,v 1.13 2002/10/05 16:10:41 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -34,7 +34,7 @@
*************************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_reconmap.c,v 1.12 2002/10/04 23:49:35 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_reconmap.c,v 1.13 2002/10/05 16:10:41 oster Exp $");
#include "rf_raid.h"
#include <sys/time.h>
@@ -51,10 +51,6 @@
#define RU_ALL ((RF_ReconMapListElem_t *) -1)
#define RU_NOTHING ((RF_ReconMapListElem_t *) 0)
-/* used to mark the end of the list */
-#define RU_NIL ((RF_ReconMapListElem_t *) 0)
-
-
static void
compact_stat_entry(RF_Raid_t * raidPtr, RF_ReconMap_t * mapPtr,
int i);
Home |
Main Index |
Thread Index |
Old Index