- Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()
Noticed by: bde
This commit is contained in:
parent
d1b6d9eb5d
commit
ee7b6fd9b2
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Id: if_fe.c,v 1.31 1997/10/26 04:53:54 nate Exp $
|
||||
* $Id: if_fe.c,v 1.32 1997/10/26 21:08:41 nate Exp $
|
||||
*
|
||||
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
|
||||
* To be used with FreeBSD 2.x
|
||||
@ -74,6 +74,7 @@
|
||||
#include "bpfilter.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <sys/conf.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Id: if_fe.c,v 1.31 1997/10/26 04:53:54 nate Exp $
|
||||
* $Id: if_fe.c,v 1.32 1997/10/26 21:08:41 nate Exp $
|
||||
*
|
||||
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
|
||||
* To be used with FreeBSD 2.x
|
||||
@ -74,6 +74,7 @@
|
||||
#include "bpfilter.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <sys/conf.h>
|
||||
|
Loading…
Reference in New Issue
Block a user