Forgot __KERNEL_RCSID().
This commit is contained in:
parent
b347bd9b87
commit
e75d8e3878
|
@ -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 <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.2 2000/06/01 05:49:36 thorpej Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/syslog.h>
|
||||
|
|
Loading…
Reference in New Issue