diff options
| author | lukem <lukem@NetBSD.org> | 2001-11-13 07:56:39 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-11-13 07:56:39 +0000 |
| commit | 9d2580ff165639a796db8dbf663f4eefebb572db (patch) | |
| tree | a49ad82ddd8d43e10bcfd9de3ff5f414b9fad2f9 /sys/dev/isapnp/isapnpdebug.c | |
| parent | b93fa89e606493efc07f2531be14939f8e175aef (diff) | |
add RCSID
Diffstat (limited to 'sys/dev/isapnp/isapnpdebug.c')
| -rw-r--r-- | sys/dev/isapnp/isapnpdebug.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/isapnp/isapnpdebug.c b/sys/dev/isapnp/isapnpdebug.c index d8ff573856e..acf448fd65b 100644 --- a/sys/dev/isapnp/isapnpdebug.c +++ b/sys/dev/isapnp/isapnpdebug.c @@ -1,4 +1,4 @@ -/* $NetBSD: isapnpdebug.c,v 1.5 1998/09/05 14:15:25 christos Exp $ */ +/* $NetBSD: isapnpdebug.c,v 1.6 2001/11/13 07:56:41 lukem Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: isapnpdebug.c,v 1.6 2001/11/13 07:56:41 lukem Exp $"); + #ifdef DEBUG_ISAPNP #include <sys/param.h> |
