Add NetBSD RCS id on first line.

This commit is contained in:
simonb 1999-03-16 13:53:39 +00:00
parent 9f6e89f0d8
commit 79f173e5f3
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
/* $NetBSD: ioasic_subr.c,v 1.2 1999/03/16 13:53:39 simonb Exp $ */
/* /*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
* All rights reserved. * All rights reserved.
@ -28,7 +30,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: ioasic_subr.c,v 1.1 1999/03/15 01:25:26 jonathan Exp $"); __KERNEL_RCSID(0, "$NetBSD: ioasic_subr.c,v 1.2 1999/03/16 13:53:39 simonb Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>