summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_threadstuff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_threadstuff.h b/sys/dev/raidframe/rf_threadstuff.h
index 24d331b752a..b2888024fe4 100644
--- a/sys/dev/raidframe/rf_threadstuff.h
+++ b/sys/dev/raidframe/rf_threadstuff.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_threadstuff.h,v 1.6 2000/01/05 02:57:28 oster Exp $ */
+/* $NetBSD: rf_threadstuff.h,v 1.7 2000/01/09 01:34:29 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -181,6 +181,6 @@ int
_rf_create_managed_cond(RF_ShutdownList_t ** listp, int *,
char *file, int line);
-int rf_cond_init(int *c); /* XXX need to write?? */
-int rf_cond_destroy(int *c);/* XXX need to write?? */
+int rf_cond_init(int *c);
+int rf_cond_destroy(int *c);
#endif /* !_RF__RF_THREADSTUFF_H_ */