summaryrefslogtreecommitdiff
path: root/sys/dev/ic/interwave.c
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2001-11-13 13:14:31 +0000
committerlukem <lukem@NetBSD.org>2001-11-13 13:14:31 +0000
commita4bae8b0669bd28c1bdd5cdbe124795aa2a7a3f6 (patch)
tree35405806eac66b45421d80c178aa98153a7146c5 /sys/dev/ic/interwave.c
parent49ddb2984286c513fd9159729853fabb725b51db (diff)
add/cleanup RCSID
Diffstat (limited to 'sys/dev/ic/interwave.c')
-rw-r--r--sys/dev/ic/interwave.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/interwave.c b/sys/dev/ic/interwave.c
index e6e0242a418..cdf80cba4f3 100644
--- a/sys/dev/ic/interwave.c
+++ b/sys/dev/ic/interwave.c
@@ -1,4 +1,4 @@
-/* $NetBSD: interwave.c,v 1.13 2000/06/26 04:56:18 simonb Exp $ */
+/* $NetBSD: interwave.c,v 1.14 2001/11/13 13:14:38 lukem Exp $ */
/*
* Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
@@ -35,6 +35,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: interwave.c,v 1.14 2001/11/13 13:14:38 lukem Exp $");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/errno.h>