diff options
| author | lukem <lukem@NetBSD.org> | 2001-11-13 13:14:31 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-11-13 13:14:31 +0000 |
| commit | a4bae8b0669bd28c1bdd5cdbe124795aa2a7a3f6 (patch) | |
| tree | 35405806eac66b45421d80c178aa98153a7146c5 /sys/dev/ic/advmcode.c | |
| parent | 49ddb2984286c513fd9159729853fabb725b51db (diff) | |
add/cleanup RCSID
Diffstat (limited to 'sys/dev/ic/advmcode.c')
| -rw-r--r-- | sys/dev/ic/advmcode.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/advmcode.c b/sys/dev/ic/advmcode.c index 7b2eb3bcecd..4b45431b143 100644 --- a/sys/dev/ic/advmcode.c +++ b/sys/dev/ic/advmcode.c @@ -1,4 +1,4 @@ -/* $NetBSD: advmcode.c,v 1.4 2001/01/18 20:28:17 jdolecek Exp $ */ +/* $NetBSD: advmcode.c,v 1.5 2001/11/13 13:14:32 lukem Exp $ */ /* * Generic driver definitions and exported functions for the Advanced @@ -54,6 +54,9 @@ */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: advmcode.c,v 1.5 2001/11/13 13:14:32 lukem Exp $"); + #include <sys/param.h> |
