diff options
| author | lukem <lukem@NetBSD.org> | 2003-07-14 15:40:04 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-07-14 15:40:04 +0000 |
| commit | a62911e9d9f85fac3c3cc2e7b1a2e1e3d4cb2097 (patch) | |
| tree | 90d5d2e51c6efd9652bb382e2185eb80090d1441 /sys/dev | |
| parent | de043b8788e7ef6800ce5ce63c11b39253a01f31 (diff) | |
add missing __KERNEL_RCSID() and RCSID comment
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/gpib/hil_gpib.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/gpib/hil_gpib.c b/sys/dev/gpib/hil_gpib.c index 2cf3780ff51..47f90d3e71e 100644 --- a/sys/dev/gpib/hil_gpib.c +++ b/sys/dev/gpib/hil_gpib.c @@ -1,3 +1,8 @@ +/* $NetBSD: hil_gpib.c,v 1.2 2003/07/14 15:40:04 lukem Exp $ */ + +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: hil_gpib.c,v 1.2 2003/07/14 15:40:04 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/callout.h> |
