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 an unused typedef.
details: https://anonhg.NetBSD.org/src/rev/4561854c29cc
branches: trunk
changeset: 515444:4561854c29cc
user: oster <oster%NetBSD.org@localhost>
date: Tue Sep 25 02:56:13 2001 +0000
description:
Nuke an unused typedef.
diffstat:
sys/dev/raidframe/rf_disks.h | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r c2549b68b267 -r 4561854c29cc sys/dev/raidframe/rf_disks.h
--- a/sys/dev/raidframe/rf_disks.h Tue Sep 25 02:26:13 2001 +0000
+++ b/sys/dev/raidframe/rf_disks.h Tue Sep 25 02:56:13 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_disks.h,v 1.8 2000/03/27 03:25:17 oster Exp $ */
+/* $NetBSD: rf_disks.h,v 1.9 2001/09/25 02:56:13 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -74,12 +74,6 @@
0 otherwise. */
dev_t dev;
};
-/*
- * An RF_DiskOp_t ptr is really a pointer to a UAGT_CCB, but I want
- * to isolate the cam layer from all other layers, so I typecast to/from
- * RF_DiskOp_t * (i.e. void *) at the interfaces.
- */
-typedef void RF_DiskOp_t;
/* if a disk is in any of these states, it is inaccessible */
#define RF_DEAD_DISK(_dstat_) (((_dstat_) == rf_ds_spared) || \
Home |
Main Index |
Thread Index |
Old Index