Set KERNEL_RCSID to identify previous change.
This commit is contained in:
parent
6cd95f2a55
commit
752582ba69
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_le_ioasic.c,v 1.8 1997/08/26 01:27:12 jonathan Exp $ */
|
||||
/* $NetBSD: if_le_ioasic.c,v 1.9 1997/08/26 02:38:47 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Carnegie-Mellon University.
|
||||
|
@ -31,6 +31,9 @@
|
|||
* LANCE on DEC IOCTL ASIC.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h> /* RCS ID & macro defns */
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_le_ioasic.c,v 1.9 1997/08/26 02:38:47 jonathan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/mbuf.h>
|
||||
|
|
Loading…
Reference in New Issue