diff options
| author | lukem <lukem@NetBSD.org> | 2001-11-13 07:11:12 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-11-13 07:11:12 +0000 |
| commit | a3746e00b7a2d7bccaa4716a404841f4326947a9 (patch) | |
| tree | f7b104afe9cdd5b8c93f7edc4614d772f9150d01 /sys/dev/raidframe/rf_debugMem.c | |
| parent | cb1dc621e6f31c6c6c1b81e903d6eba78e0be29b (diff) | |
add RCSIDs
Diffstat (limited to 'sys/dev/raidframe/rf_debugMem.c')
| -rw-r--r-- | sys/dev/raidframe/rf_debugMem.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_debugMem.c b/sys/dev/raidframe/rf_debugMem.c index 55228ce9bff..5f937f0d6b0 100644 --- a/sys/dev/raidframe/rf_debugMem.c +++ b/sys/dev/raidframe/rf_debugMem.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_debugMem.c,v 1.8 2001/10/04 15:58:52 oster Exp $ */ +/* $NetBSD: rf_debugMem.c,v 1.9 2001/11/13 07:11:13 lukem Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -36,6 +36,9 @@ * and to the allocation list stuff. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: rf_debugMem.c,v 1.9 2001/11/13 07:11:13 lukem Exp $"); + #include <dev/raidframe/raidframevar.h> #include "rf_threadstuff.h" |
