From a5dcdf857218bc4c5719d8fa250b1bb97af78b23 Mon Sep 17 00:00:00 2001 From: oster Date: Sun, 9 Jan 2000 01:34:29 +0000 Subject: [PATCH] Nuke a couple of obsolete comments. --- sys/dev/raidframe/rf_threadstuff.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/raidframe/rf_threadstuff.h b/sys/dev/raidframe/rf_threadstuff.h index 24d331b752aa..b2888024fe4b 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_ */