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 a couple of obsolete comments.
details: https://anonhg.NetBSD.org/src/rev/59adfdce500b
branches: trunk
changeset: 480295:59adfdce500b
user: oster <oster%NetBSD.org@localhost>
date: Sun Jan 09 01:34:29 2000 +0000
description:
Nuke a couple of obsolete comments.
diffstat:
sys/dev/raidframe/rf_threadstuff.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r bc2ac28133db -r 59adfdce500b sys/dev/raidframe/rf_threadstuff.h
--- a/sys/dev/raidframe/rf_threadstuff.h Sun Jan 09 01:29:27 2000 +0000
+++ b/sys/dev/raidframe/rf_threadstuff.h Sun Jan 09 01:34:29 2000 +0000
@@ -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 @@
_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_ */
Home |
Main Index |
Thread Index |
Old Index