diff options
| author | oster <oster@NetBSD.org> | 2000-01-09 01:34:29 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2000-01-09 01:34:29 +0000 |
| commit | a5dcdf857218bc4c5719d8fa250b1bb97af78b23 (patch) | |
| tree | 6d3ddfcd764b2866f23d6b2c369fdb2f5ca88f7d /sys/dev/raidframe | |
| parent | c8730b35e604ec7eed94a81547e97bb6c21ccd64 (diff) | |
Nuke a couple of obsolete comments.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_threadstuff.h | 6 |
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_ */ |
