From e75d8e38783538ff06d1078c84a98b125660d87e Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 1 Jun 2000 05:49:36 +0000 Subject: [PATCH] Forgot __KERNEL_RCSID(). --- sys/arch/alpha/isa/isadma_bounce.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/arch/alpha/isa/isadma_bounce.c b/sys/arch/alpha/isa/isadma_bounce.c index 2e466224427e..8bffa6a04f14 100644 --- a/sys/arch/alpha/isa/isadma_bounce.c +++ b/sys/arch/alpha/isa/isadma_bounce.c @@ -1,4 +1,4 @@ -/* $NetBSD: isadma_bounce.c,v 1.1 2000/06/01 03:55:45 thorpej Exp $ */ +/* $NetBSD: isadma_bounce.c,v 1.2 2000/06/01 05:49:36 thorpej Exp $ */ /*- * Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc. @@ -37,6 +37,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include /* RCS ID & Copyright macro defns */ + +__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.2 2000/06/01 05:49:36 thorpej Exp $"); + #include #include #include