Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe We're going to need rf_lkmgr_mutex_destroy...
details: https://anonhg.NetBSD.org/src/rev/63a9ea9de21c
branches: trunk
changeset: 537560:63a9ea9de21c
user: oster <oster%NetBSD.org@localhost>
date: Wed Oct 02 15:18:12 2002 +0000
description:
We're going to need rf_lkmgr_mutex_destroy() sooner than I thought.
diffstat:
sys/dev/raidframe/rf_threadstuff.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 800cfc1a11de -r 63a9ea9de21c sys/dev/raidframe/rf_threadstuff.c
--- a/sys/dev/raidframe/rf_threadstuff.c Wed Oct 02 14:54:43 2002 +0000
+++ b/sys/dev/raidframe/rf_threadstuff.c Wed Oct 02 15:18:12 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_threadstuff.c,v 1.10 2002/09/23 03:44:18 oster Exp $ */
+/* $NetBSD: rf_threadstuff.c,v 1.11 2002/10/02 15:18:12 oster Exp $ */
/*
* rf_threadstuff.c
*/
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_threadstuff.c,v 1.10 2002/09/23 03:44:18 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_threadstuff.c,v 1.11 2002/10/02 15:18:12 oster Exp $");
#include <dev/raidframe/raidframevar.h>
@@ -220,14 +220,12 @@
return(0);
}
-#if 0
int
rf_lkmgr_mutex_destroy(m)
decl_lock_data(, *m)
{
return(0);
}
-#endif
int
rf_cond_init(c)
Home |
Main Index |
Thread Index |
Old Index