summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_threadstuff.c
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2002-09-23 03:44:18 +0000
committeroster <oster@NetBSD.org>2002-09-23 03:44:18 +0000
commitd1ef62f2669005fb3e7fd30033b68f3998bda8cb (patch)
tree8f8cd985463f1d646e60991384596b968583da10 /sys/dev/raidframe/rf_threadstuff.c
parent1c67e9d94b702136f6a42688730cc6eb9dacc240 (diff)
rf_lkmgr_mutex_destroy is currently unused. Thanks to Simon B.
Diffstat (limited to 'sys/dev/raidframe/rf_threadstuff.c')
-rw-r--r--sys/dev/raidframe/rf_threadstuff.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_threadstuff.c b/sys/dev/raidframe/rf_threadstuff.c
index e142007fd72..db21d33cd37 100644
--- a/sys/dev/raidframe/rf_threadstuff.c
+++ b/sys/dev/raidframe/rf_threadstuff.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_threadstuff.c,v 1.9 2002/09/21 07:12:46 oster Exp $ */
+/* $NetBSD: rf_threadstuff.c,v 1.10 2002/09/23 03:44:18 oster Exp $ */
/*
* rf_threadstuff.c
*/
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_threadstuff.c,v 1.9 2002/09/21 07:12:46 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_threadstuff.c,v 1.10 2002/09/23 03:44:18 oster Exp $");
#include <dev/raidframe/raidframevar.h>
@@ -220,13 +220,14 @@ decl_lock_data(, *m)
return(0);
}
+#if 0
int
rf_lkmgr_mutex_destroy(m)
decl_lock_data(, *m)
{
return(0);
}
-
+#endif
int
rf_cond_init(c)