summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_threadstuff.c
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2001-11-13 07:11:12 +0000
committerlukem <lukem@NetBSD.org>2001-11-13 07:11:12 +0000
commita3746e00b7a2d7bccaa4716a404841f4326947a9 (patch)
treef7b104afe9cdd5b8c93f7edc4614d772f9150d01 /sys/dev/raidframe/rf_threadstuff.c
parentcb1dc621e6f31c6c6c1b81e903d6eba78e0be29b (diff)
add RCSIDs
Diffstat (limited to 'sys/dev/raidframe/rf_threadstuff.c')
-rw-r--r--sys/dev/raidframe/rf_threadstuff.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_threadstuff.c b/sys/dev/raidframe/rf_threadstuff.c
index d86f60c1d0a..36dda159b65 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.6 2001/10/04 15:58:56 oster Exp $ */
+/* $NetBSD: rf_threadstuff.c,v 1.7 2001/11/13 07:11:17 lukem Exp $ */
/*
* rf_threadstuff.c
*/
@@ -29,6 +29,9 @@
* rights to redistribute these changes.
*/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: rf_threadstuff.c,v 1.7 2001/11/13 07:11:17 lukem Exp $");
+
#include <dev/raidframe/raidframevar.h>
#include "rf_threadstuff.h"